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
This commit is contained in:
commit
5162ea5d0c
@ -12,7 +12,7 @@ fn dogfood() {
|
||||
let output = std::process::Command::new(clippy_cmd)
|
||||
.current_dir(root_dir)
|
||||
.env("CLIPPY_DOGFOOD", "1")
|
||||
.arg("clippy")
|
||||
.arg("clippy-preview")
|
||||
.arg("--all-targets")
|
||||
.arg("--all-features")
|
||||
.arg("--")
|
||||
|
Loading…
Reference in New Issue
Block a user