manually fixing formatting at this point lol
This commit is contained in:
parent
0397e46ea5
commit
664ad33faf
@ -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 New Issue
Block a user