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 6ca5b20 commit 34dc078Copy full SHA for 34dc078
tests/dogfood.rs
@@ -12,6 +12,7 @@ fn dogfood() {
12
let output = std::process::Command::new(clippy_cmd)
13
.current_dir(root_dir)
14
.env("CLIPPY_DOGFOOD", "1")
15
+ .env("CARGO_INCREMENTAL", "0")
16
.arg("clippy-preview")
17
.arg("--all-targets")
18
.arg("--all-features")
@@ -50,6 +51,7 @@ fn dogfood_tests() {
50
51
let output = std::process::Command::new(&clippy_cmd)
52
.current_dir(root_dir.join(d))
53
54
55
.arg("clippy")
56
.arg("--")
57
.args(&["-D", "clippy::all"])
0 commit comments