From 20f1e6809e302e0a6353ccf744916b47a1f2535c Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Thu, 24 Aug 2017 09:22:17 +0200 Subject: [PATCH] Require adding clippy's path to the `x.py` invocation --- 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 fe175117483..10bfdf478d3 100644 --- a/src/bootstrap/tool.rs +++ b/src/bootstrap/tool.rs @@ -348,7 +348,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 { -- 2.44.0