Remove fixed FIXME

This commit is contained in:
Guillaume Gomez 2024-01-29 14:54:28 +01:00
parent b2f2080942
commit ce8b4b6ac0

View File

@ -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,