From 7d7e7d4b97fbf260d068cef5a2e449589ad49dc0 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 19 Sep 2017 16:08:19 +0200 Subject: [PATCH] Disable clippy building --- src/bootstrap/tool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/tool.rs b/src/bootstrap/tool.rs index 5edaf435eece..db794f6d6c72 100644 --- a/src/bootstrap/tool.rs +++ b/src/bootstrap/tool.rs @@ -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 {