Static clippy_lints::loops::UNUSED_COLLECT []

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