We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56e325 commit 0df6564Copy full SHA for 0df6564
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