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