Static clippy_lints::loops::FOR_KV_MAP []

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