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;
10
10
11
11
use crate :: { setup:: * , util:: * } ;
12
12
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
14
14
15
15
Usage:
16
16
cargo miri [subcommand] [<cargo options>...] [--] [<program/test suite options>...]
@@ -31,7 +31,7 @@ Examples:
31
31
This will print the path to the generated sysroot (and nothing else) on stdout.
32
32
stderr will still contain progress information about how the build is doing.
33
33
34
- "# ;
34
+ " ;
35
35
36
36
fn show_help ( ) {
37
37
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