mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Merge pull request #2779 from rust-lang-nursery/rerunnable_clippy
Stop compilation after linting
This commit is contained in:
commit
fcbcdbc625
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ impl<'a> CompilerCalls<'a> for ClippyCompilerCalls {
|
|||
}
|
||||
old(state);
|
||||
});
|
||||
|
||||
control.compilation_done.stop = Compilation::Stop;
|
||||
}
|
||||
|
||||
control
|
||||
|
|
Loading…
Reference in a new issue