mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
manually fixing formatting at this point lol
This commit is contained in:
parent
0397e46ea5
commit
664ad33faf
1 changed files with 2 additions and 2 deletions
|
@ -77,11 +77,11 @@ impl ClippyCmd {
|
|||
"--fix" => {
|
||||
cargo_subcommand = "fix";
|
||||
continue;
|
||||
}
|
||||
},
|
||||
"--" => break,
|
||||
// Cover -Zunstable-options and -Z unstable-options
|
||||
s if s.ends_with("unstable-options") => unstable_options = true,
|
||||
_ => {}
|
||||
_ => {},
|
||||
}
|
||||
|
||||
args.push(arg);
|
||||
|
|
Loading…
Reference in a new issue