Skip to content

Commit 5b35bd9

Browse files
committed
lintcheck: fix --fix
looks like --allow-no-vcs does no longer exist(?)
1 parent 9938daf commit 5b35bd9

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)