Enable clippy::redundant_closure_call
(#8840)
This PR enables the [`clippy::redundant_closure_call`](https://rust-lang.github.io/rust-clippy/master/index.html#/redundant_closure_call) rule and fixes the outstanding violations. Release Notes: - N/A
This commit is contained in:
parent
9ea50ed649
commit
1dd4c1b057
3 changed files with 6 additions and 7 deletions
|
@ -93,7 +93,6 @@ fn run_clippy(args: ClippyArgs) -> Result<()> {
|
|||
"clippy::never_loop",
|
||||
"clippy::non_canonical_clone_impl",
|
||||
"clippy::non_canonical_partial_ord_impl",
|
||||
"clippy::redundant_closure_call",
|
||||
"clippy::reversed_empty_ranges",
|
||||
"clippy::single_range_in_vec_init",
|
||||
"clippy::suspicious_to_owned",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue