Skip to content

Commit c2eb74f

Browse files
committed
Add FILTER_MAP_MAP to the methods LintPass
1 parent ec4ccab commit c2eb74f

File tree

1 file changed

+1
-0
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-0
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ impl LintPass for Pass {
853853
SEARCH_IS_SOME,
854854
TEMPORARY_CSTRING_AS_PTR,
855855
FILTER_NEXT,
856+
FILTER_MAP_MAP,
856857
FILTER_MAP,
857858
MAP_FLATTEN,
858859
ITER_NTH,

0 commit comments

Comments
 (0)