fix rustfmt issue

This commit is contained in:
Jane Lusby 2020-03-27 13:26:34 -07:00
parent 399e0231cd
commit e190cc5590

View file

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