Skip to content

Commit

Permalink
Update clippy_lints/src/methods/filter_map.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Krones <hello@philkrones.com>
  • Loading branch information
bbqbaron and flip1995 authored Mar 31, 2021
1 parent c0308f8 commit f697e90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/methods/filter_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ fn lint_filter_some_map_unwrap<'tcx>(
span_lint_and_sugg(
cx,
OPTION_FILTER_MAP,
// expr.span.with_hi(expr.span.hi()),
methods_span,
msg,
help,
Expand Down

0 comments on commit f697e90

Please sign in to comment.