Static clippy_lints::methods::ITER_NTH []

pub static ITER_NTH: &Lint = &::lint::Lint{name: "ITER_NTH",
              default_level: ::lint::Warn,
              desc:
                  "using `.iter().nth()` on a standard library type with O(1) element access",
              epoch_deny: None,}