]> git.lizzy.rs Git - rust.git/commitdiff
Require adding clippy's path to the `x.py` invocation
authorOliver Schneider <oli-obk@users.noreply.github.com>
Thu, 24 Aug 2017 07:22:17 +0000 (09:22 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2017 07:22:17 +0000 (09:22 +0200)
src/bootstrap/tool.rs

index fe175117483ac5e13ca2ce7d433f417d542ded3d..10bfdf478d3d224cf434d02616b160fe316178e4 100644 (file)
@@ -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 {