Skip to content

Commit 0f4f9ec

Browse files
committed
Auto merge of #8709 - matthiaskrgr:lintcheckfix, r=llogiq
lintcheck: fix --fix looks like --allow-no-vcs does no longer exist(?) changelog: none
2 parents b2959db + 5b35bd9 commit 0f4f9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lintcheck/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ impl Crate {
306306
let shared_target_dir = clippy_project_root().join("target/lintcheck/shared_target_dir");
307307

308308
let mut args = if fix {
309-
vec!["--fix", "--allow-no-vcs", "--"]
309+
vec!["--fix", "--"]
310310
} else {
311311
vec!["--", "--message-format=json", "--"]
312312
};

0 commit comments

Comments
 (0)