diff options
| author | Ralf Jung <post@ralfj.de> | 2023-09-27 08:50:16 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-09-27 08:50:16 +0200 |
| commit | c8a44b1eaf5aed5cf8e57340f1ac56c9bad08acf (patch) | |
| tree | 69c3f1ea1b4d8aab2e857ca1604cfe6bbdff7d2f | |
| parent | b1f5c6683bb38da2cef8d1aa3fb3f88c357d4ae4 (diff) | |
| download | rust-c8a44b1eaf5aed5cf8e57340f1ac56c9bad08acf.tar.gz rust-c8a44b1eaf5aed5cf8e57340f1ac56c9bad08acf.zip | |
clippy
| -rw-r--r-- | src/tools/miri/cargo-miri/src/phases.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/cargo-miri/src/phases.rs b/src/tools/miri/cargo-miri/src/phases.rs index 80ce6325582..d655df6d994 100644 --- a/src/tools/miri/cargo-miri/src/phases.rs +++ b/src/tools/miri/cargo-miri/src/phases.rs @@ -10,7 +10,7 @@ use rustc_version::VersionMeta; use crate::{setup::*, util::*}; -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 Usage: cargo miri [subcommand] [<cargo options>...] [--] [<program/test suite options>...] @@ -31,7 +31,7 @@ Examples: This will print the path to the generated sysroot (and nothing else) on stdout. stderr will still contain progress information about how the build is doing. -"#; +"; fn show_help() { println!("{CARGO_MIRI_HELP}"); |
