Static clippy_lints::loops::FOR_KV_MAP []

pub static FOR_KV_MAP: &'static Lint = &::rustc::lint::Lint{name: "FOR_KV_MAP",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "looping on a map using `iter` when `keys` or `values` would do",}