Skip to content

Commit

Permalink
Require adding clippy's path to the x.py invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Aug 24, 2017
1 parent 93a9183 commit 20f1e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/tool.rs
Expand Up @@ -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 {
Expand Down

0 comments on commit 20f1e68

Please sign in to comment.