Skip to content
Prev Previous commit
Next Next commit
fix rustfmt issue
  • Loading branch information
yaahc committed Mar 27, 2020
commit e190cc5590c0ed6d4691cd83550de744734a8137
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down