Disable clippy building
This commit is contained in:
parent
d64a067423
commit
7d7e7d4b97
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue