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
This commit is contained in:
commit
ae69bc4980
@ -2403,7 +2403,7 @@ fn lint_find_map<'a, 'tcx>(
|
||||
}
|
||||
}
|
||||
|
||||
/// lint use of `filter().map()` for `Iterators`
|
||||
/// lint use of `filter_map().map()` for `Iterators`
|
||||
fn lint_filter_map_map<'a, 'tcx>(
|
||||
cx: &LateContext<'a, 'tcx>,
|
||||
expr: &'tcx hir::Expr,
|
||||
|
Loading…
Reference in New Issue
Block a user