Skip to content

Commit ae69bc4

Browse files
authored
Rollup merge of #4820 - guanqun:comment-fix, r=flip1995
doc: fix the comment above the lint function it's a simple comment fix. --- changelog: none
2 parents 623d8c4 + f2d8197 commit ae69bc4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2403,7 +2403,7 @@ fn lint_find_map<'a, 'tcx>(
24032403
}
24042404
}
24052405

2406-
/// lint use of `filter().map()` for `Iterators`
2406+
/// lint use of `filter_map().map()` for `Iterators`
24072407
fn lint_filter_map_map<'a, 'tcx>(
24082408
cx: &LateContext<'a, 'tcx>,
24092409
expr: &'tcx hir::Expr,

0 commit comments

Comments
 (0)