manually fixing formatting at this point lol

This commit is contained in:
Jane Lusby 2020-04-15 13:08:33 -07:00
parent 0397e46ea5
commit 664ad33faf

View file

@ -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);