mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Re-enable clippy::needless_borrow now that false positive is fixed
This commit is contained in:
parent
98d61bfc4e
commit
c83c3d9921
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
clippy::match_like_matches_macro,
|
||||
clippy::match_same_arms, // https://github.com/rust-lang/rust-clippy/issues/10327
|
||||
clippy::module_name_repetitions,
|
||||
clippy::needless_borrow, // https://github.com/rust-lang/rust-clippy/issues/9710
|
||||
clippy::needless_pass_by_value,
|
||||
clippy::non_ascii_literal,
|
||||
clippy::option_option,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue