diff options
| author | Oliver Schneider <oli-obk@users.noreply.github.com> | 2017-09-19 16:08:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-19 16:08:19 +0200 |
| commit | 7d7e7d4b97fbf260d068cef5a2e449589ad49dc0 (patch) | |
| tree | 9273315aafc3f4c9e8e66a3e41ae9d7b4ad46558 | |
| parent | d64a0674231c12587ce6dc4295d5b78dec98c5a3 (diff) | |
| download | rust-7d7e7d4b97fbf260d068cef5a2e449589ad49dc0.tar.gz rust-7d7e7d4b97fbf260d068cef5a2e449589ad49dc0.zip | |
Disable clippy building
| -rw-r--r-- | src/bootstrap/tool.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/tool.rs b/src/bootstrap/tool.rs index 5edaf435eec..db794f6d6c7 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 { |
