Re-enable clippy::needless_borrow now that false positive is fixed

This commit is contained in:
David Tolnay 2023-07-16 13:52:49 -07:00
parent 98d61bfc4e
commit c83c3d9921
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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,