Skip to content

Commit

Permalink
Stop compilation after linting
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed May 19, 2018
1 parent 06f981f commit b60ffa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/driver.rs
Expand Up @@ -118,6 +118,8 @@ impl<'a> CompilerCalls<'a> for ClippyCompilerCalls {
}
old(state);
});

control.compilation_done.stop = Compilation::Stop;
}

control
Expand Down

0 comments on commit b60ffa7

Please sign in to comment.