Merge pull request #2779 from rust-lang-nursery/rerunnable_clippy
Stop compilation after linting
This commit is contained in:
commit
fcbcdbc625
@ -118,6 +118,8 @@ fn build_controller(&mut self, sess: &Session, matches: &getopts::Matches) -> dr
|
||||
}
|
||||
old(state);
|
||||
});
|
||||
|
||||
control.compilation_done.stop = Compilation::Stop;
|
||||
}
|
||||
|
||||
control
|
||||
|
Loading…
Reference in New Issue
Block a user