Skip to content

Commit 20f1e68

Browse files
authored
Require adding clippy's path to the x.py invocation
1 parent 93a9183 commit 20f1e68

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
@@ -348,7 +348,7 @@ pub struct Clippy {
348348

349349
impl Step for Clippy {
350350
type Output = PathBuf;
351-
const DEFAULT: bool = true;
351+
const DEFAULT: bool = false;
352352
const ONLY_HOSTS: bool = true;
353353

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

0 commit comments

Comments
 (0)