mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-18 02:38:28 +00:00
Auto merge of #8709 - matthiaskrgr:lintcheckfix, r=llogiq
lintcheck: fix --fix looks like --allow-no-vcs does no longer exist(?) changelog: none
This commit is contained in:
commit
0f4f9ecdb3
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ impl Crate {
|
|||
let shared_target_dir = clippy_project_root().join("target/lintcheck/shared_target_dir");
|
||||
|
||||
let mut args = if fix {
|
||||
vec!["--fix", "--allow-no-vcs", "--"]
|
||||
vec!["--fix", "--"]
|
||||
} else {
|
||||
vec!["--", "--message-format=json", "--"]
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue