mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 17:15:14 +00:00
manually fixing formatting at this point lol
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user