Static clippy_lints::loops::UNUSED_COLLECT []

pub static UNUSED_COLLECT: &'static Lint = &::rustc::lint::Lint{name: "UNUSED_COLLECT",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "`collect()`ing an iterator without using the result; this is usually better written as a for loop",}