Skip to content

Commit

Permalink
Remove fixed FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jan 29, 2024
1 parent b2f2080 commit ce8b4b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/methods/unnecessary_fold.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ fn check_fold_with_op(
cx,
UNNECESSARY_FOLD,
fold_span.with_hi(expr.span.hi()),
// TODO #2371 don't suggest e.g., .any(|x| f(x)) if we can suggest .any(f)
"this `.fold` can be written more succinctly using another method",
"try",
sugg,
Expand Down

0 comments on commit ce8b4b6

Please sign in to comment.