Skip to content

Commit c8a44b1

Browse files
committed
clippy
1 parent b1f5c66 commit c8a44b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/miri/cargo-miri/src/phases.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use rustc_version::VersionMeta;
1010

1111
use 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
1515
Usage:
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

3636
fn show_help() {
3737
println!("{CARGO_MIRI_HELP}");

0 commit comments

Comments
 (0)