1
Fork 0

Fix trailing whitespace

This commit is contained in:
Phlosioneer 2018-03-06 17:24:58 -05:00
parent c97c7bfcf3
commit 1246eef9a9

View file

@ -1389,7 +1389,7 @@ pub fn handle_options(args: &[String]) -> Option<getopts::Matches> {
nightly_options::is_unstable_enabled(&matches));
return None;
}
// Handle the special case of -Wall.
let wall = matches.opt_strs("W");
if wall.iter().any(|x| *x == "all") {