mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
fix rustfmt issue
This commit is contained in:
parent
399e0231cd
commit
e190cc5590
1 changed files with 2 additions and 2 deletions
|
@ -66,11 +66,11 @@ where
|
|||
"--fix" => {
|
||||
fix = true;
|
||||
continue;
|
||||
}
|
||||
},
|
||||
"--" => break,
|
||||
// Cover -Zunstable-options and -Z unstable-options
|
||||
s if s.ends_with("unstable-options") => unstable_options = true,
|
||||
_ => {}
|
||||
_ => {},
|
||||
}
|
||||
|
||||
args.push(arg);
|
||||
|
|
Loading…
Add table
Reference in a new issue