Add description

This commit is contained in:
Phil Ellison 2018-01-14 10:07:41 +00:00
parent 528be23c07
commit 7e833ea5ce

View File

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