mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Hopefully fix YAML syntax
This commit is contained in:
parent
2722184c6d
commit
558608548f
2 changed files with 1 additions and 2 deletions
|
@ -90,7 +90,6 @@ pub fn run_clippy() -> Result<()> {
|
|||
|
||||
let allowed_lints = [
|
||||
"clippy::collapsible_if",
|
||||
"clippy::map_clone", // FIXME: remove when Iterator::copied stabilizes (1.36.0)
|
||||
"clippy::needless_pass_by_value",
|
||||
"clippy::nonminimal_bool",
|
||||
"clippy::redundant_pattern_matching",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue