Skip to content

Commit 7d7e7d4

Browse files
authored
Disable clippy building
1 parent d64a067 commit 7d7e7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ pub struct Clippy {
378378

379379
impl Step for Clippy {
380380
type Output = PathBuf;
381-
const DEFAULT: bool = true;
381+
const DEFAULT: bool = false;
382382
const ONLY_HOSTS: bool = true;
383383

384384
fn should_run(run: ShouldRun) -> ShouldRun {

0 commit comments

Comments
 (0)