mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Allow clippy::redundant_pattern_matching
This commit is contained in:
parent
02b6f871f1
commit
aa30c4909e
@ -146,9 +146,10 @@ pub fn run_clippy() -> Result<()> {
|
||||
|
||||
let allowed_lints = [
|
||||
"clippy::collapsible_if",
|
||||
"clippy::nonminimal_bool",
|
||||
"clippy::needless_pass_by_value",
|
||||
"clippy::map_clone", // FIXME: remove when Iterator::copied stabilizes (1.36.0)
|
||||
"clippy::needless_pass_by_value",
|
||||
"clippy::nonminimal_bool",
|
||||
"clippy::redundant_pattern_matching",
|
||||
];
|
||||
run(
|
||||
&format!(
|
||||
|
Loading…
x
Reference in New Issue
Block a user