Skip to content

Commit ce8b4b6

Browse files
committedJan 29, 2024
Remove fixed FIXME
1 parent b2f2080 commit ce8b4b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎clippy_lints/src/methods/unnecessary_fold.rs

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ fn check_fold_with_op(
9999
cx,
100100
UNNECESSARY_FOLD,
101101
fold_span.with_hi(expr.span.hi()),
102-
// TODO #2371 don't suggest e.g., .any(|x| f(x)) if we can suggest .any(f)
103102
"this `.fold` can be written more succinctly using another method",
104103
"try",
105104
sugg,

0 commit comments

Comments
 (0)