Skip to content

Commit b1b454d

Browse files
committed
Switch back to non-verbose mode
1 parent 9bdb94f commit b1b454d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo-miri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ path = "lib.rs"
324324
// that `cargo check` has exactly the behavior that we want:
325325
// it emits crate metadata (including MIR) without running any
326326
// codegen.
327-
command.arg("check").arg("-v");
327+
command.arg("check").arg("-q");
328328
command.current_dir(&dir);
329329
command.env("RUSTFLAGS", miri::miri_default_args().join(" "));
330330
command.env("XARGO_HOME", dir.to_str().unwrap());

0 commit comments

Comments
 (0)