Skip to content

Commit

Permalink
move redundant_closures to allowed lints in light of rust-lang/rust-c…
Browse files Browse the repository at this point in the history
…lippy#3071

Signed-off-by: mwrock <[email protected]>
  • Loading branch information
mwrock committed Apr 16, 2019
1 parent 5fd805a commit 2587359
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions test/allowed_lints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
clippy::module_inception
clippy::new_ret_no_self
clippy::new_without_default
clippy::redundant_closure
1 change: 0 additions & 1 deletion test/lints_to_fix.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
clippy::redundant_closure

0 comments on commit 2587359

Please sign in to comment.