]> git.lizzy.rs Git - rust.git/commitdiff
Add description
authorPhil Ellison <phil.j.ellison@gmail.com>
Sun, 14 Jan 2018 10:07:41 +0000 (10:07 +0000)
committerPhil Ellison <phil.j.ellison@gmail.com>
Sun, 14 Jan 2018 10:07:41 +0000 (10:07 +0000)
clippy_lints/src/methods.rs

index 67bbed487419eb9efcb7379de23df4762d50ddd4..bdfd729a327495f8b194dbe274eedcbc23342add 100644 (file)
 declare_lint! {
     pub FOLD_ANY,
     Warn,
-    "TODO"
+    "using `fold` to emulate the behaviour of `any`"
 }
 
 impl LintPass for Pass {