mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
use clippy-preview instead of clippy in cargo
This commit is contained in:
parent
e56e325f85
commit
0df6564d95
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue