clippy
This commit is contained in:
parent
b1f5c6683b
commit
c8a44b1eaf
@ -10,7 +10,7 @@
|
||||
|
||||
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 @@
|
||||
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}");
|
||||
|
Loading…
Reference in New Issue
Block a user