Disable clippy building

This commit is contained in:
Oliver Schneider 2017-09-19 16:08:19 +02:00 committed by GitHub
parent d64a067423
commit 7d7e7d4b97

View File

@ -378,7 +378,7 @@ pub struct Clippy {
impl Step for Clippy {
type Output = PathBuf;
const DEFAULT: bool = true;
const DEFAULT: bool = false;
const ONLY_HOSTS: bool = true;
fn should_run(run: ShouldRun) -> ShouldRun {