Skip to content

Commit

Permalink
Auto merge of #4051 - yaahallo:master, r=Manishearth
Browse files Browse the repository at this point in the history
use clippy-preview instead of clippy in dogfood

changelog: switch dogfood tests to use cargo clippy-preview

closes #4050
  • Loading branch information
bors committed May 1, 2019
2 parents e56e325 + 0df6564 commit 5162ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dogfood.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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("--")
Expand Down

0 comments on commit 5162ea5

Please sign in to comment.