mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
fix(clippy1): Set clippy::float_cmp lint to deny (#907)
This commit is contained in:
parent
5002c54ffb
commit
71a06044e6
@ -154,7 +154,7 @@ path = "{}.rs""#,
|
||||
Command::new("cargo")
|
||||
.args(&["clippy", "--manifest-path", CLIPPY_CARGO_TOML_PATH])
|
||||
.args(RUSTC_COLOR_ARGS)
|
||||
.args(&["--", "-D", "warnings"])
|
||||
.args(&["--", "-D", "warnings","-D","clippy::float_cmp"])
|
||||
.output()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user