Skip to content

Commit 0df6564

Browse files
committed
use clippy-preview instead of clippy in cargo
1 parent e56e325 commit 0df6564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dogfood.rs

Lines changed: 1 addition & 1 deletion
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)