Skip to content

Commit 5162ea5

Browse files
committed
Auto merge of #4051 - yaahallo:master, r=Manishearth
use clippy-preview instead of clippy in dogfood changelog: switch dogfood tests to use cargo clippy-preview closes #4050
2 parents e56e325 + 0df6564 commit 5162ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dogfood.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn dogfood() {
1212
let output = std::process::Command::new(clippy_cmd)
1313
.current_dir(root_dir)
1414
.env("CLIPPY_DOGFOOD", "1")
15-
.arg("clippy")
15+
.arg("clippy-preview")
1616
.arg("--all-targets")
1717
.arg("--all-features")
1818
.arg("--")

0 commit comments

Comments
 (0)