diff --git a/clippy_lints/src/methods.rs b/clippy_lints/src/methods.rs index 67bbed487419..bdfd729a3274 100644 --- a/clippy_lints/src/methods.rs +++ b/clippy_lints/src/methods.rs @@ -637,7 +637,7 @@ declare_lint! { pub FOLD_ANY, Warn, - "TODO" + "using `fold` to emulate the behaviour of `any`" } impl LintPass for Pass {