Fix trailing whitespace
This commit is contained in:
parent
c97c7bfcf3
commit
1246eef9a9
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue