We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo dev fmt
1 parent f707f5f commit 4be587bCopy full SHA for 4be587b
clippy_dev/src/dogfood.rs
@@ -11,7 +11,7 @@ pub fn dogfood(fix: bool, allow_dirty: bool, allow_staged: bool) {
11
.args(["test", "--test", "dogfood"])
12
.args(["--features", "internal"])
13
.args(["--", "dogfood_clippy"])
14
- .arg("--release");
+ .arg("--release");
15
16
let mut dogfood_args = Vec::new();
17
if fix {
0 commit comments