Skip to content

Commit 4be587b

Browse files
committed
apply cargo dev fmt
1 parent f707f5f commit 4be587b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_dev/src/dogfood.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub fn dogfood(fix: bool, allow_dirty: bool, allow_staged: bool) {
1111
.args(["test", "--test", "dogfood"])
1212
.args(["--features", "internal"])
1313
.args(["--", "dogfood_clippy"])
14-
.arg("--release");
14+
.arg("--release");
1515

1616
let mut dogfood_args = Vec::new();
1717
if fix {

0 commit comments

Comments
 (0)