Remove fixed FIXME
This commit is contained in:
parent
b2f2080942
commit
ce8b4b6ac0
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue