We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e56e325 + 0df6564 commit 5162ea5Copy full SHA for 5162ea5
tests/dogfood.rs
@@ -12,7 +12,7 @@ fn dogfood() {
12
let output = std::process::Command::new(clippy_cmd)
13
.current_dir(root_dir)
14
.env("CLIPPY_DOGFOOD", "1")
15
- .arg("clippy")
+ .arg("clippy-preview")
16
.arg("--all-targets")
17
.arg("--all-features")
18
.arg("--")
0 commit comments