Stop compilation after linting

This commit is contained in:
Oliver Schneider 2018-05-19 18:49:57 +02:00 committed by GitHub
parent 06f981f2e9
commit b60ffa780d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,6 +118,8 @@ impl<'a> CompilerCalls<'a> for ClippyCompilerCalls {
}
old(state);
});
control.compilation_done.stop = Compilation::Stop;
}
control