Disable clippy building
This commit is contained in:
parent
d64a067423
commit
7d7e7d4b97
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user