File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use rustc_version::VersionMeta;
1010
1111use crate :: { setup:: * , util:: * } ;
1212
13- const CARGO_MIRI_HELP : & str = r# "Runs binary crates and tests in Miri
13+ const CARGO_MIRI_HELP : & str = r"Runs binary crates and tests in Miri
1414
1515Usage:
1616 cargo miri [subcommand] [<cargo options>...] [--] [<program/test suite options>...]
@@ -31,7 +31,7 @@ Examples:
3131 This will print the path to the generated sysroot (and nothing else) on stdout.
3232 stderr will still contain progress information about how the build is doing.
3333
34- "# ;
34+ " ;
3535
3636fn show_help ( ) {
3737 println ! ( "{CARGO_MIRI_HELP}" ) ;
Original file line number Diff line number Diff line change 1- 42ca6e4e5760a548a6fa858482de6d237f6fb3b8
1+ d206f2c0857eb879877f27508139dd62a40294c3
You can’t perform that action at this time.
0 commit comments