We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f5c66 commit c8a44b1Copy full SHA for c8a44b1
src/tools/miri/cargo-miri/src/phases.rs
@@ -10,7 +10,7 @@ use rustc_version::VersionMeta;
10
11
use crate::{setup::*, util::*};
12
13
-const CARGO_MIRI_HELP: &str = r#"Runs binary crates and tests in Miri
+const CARGO_MIRI_HELP: &str = r"Runs binary crates and tests in Miri
14
15
Usage:
16
cargo miri [subcommand] [<cargo options>...] [--] [<program/test suite options>...]
@@ -31,7 +31,7 @@ Examples:
31
This will print the path to the generated sysroot (and nothing else) on stdout.
32
stderr will still contain progress information about how the build is doing.
33
34
-"#;
+";
35
36
fn show_help() {
37
println!("{CARGO_MIRI_HELP}");
0 commit comments