Static clippy_lints::bytecount::NAIVE_BYTECOUNT []

pub static NAIVE_BYTECOUNT: &Lint = &::lint::Lint{name: "NAIVE_BYTECOUNT",
              default_level: ::lint::Warn,
              desc:
                  "use of naive `<slice>.filter(|&x| x == y).count()` to count byte values",
              epoch_deny: None,}