Static clippy_lints::methods::STRING_EXTEND_CHARS []

pub static STRING_EXTEND_CHARS: &Lint = &::lint::Lint{name: "STRING_EXTEND_CHARS",
              default_level: ::lint::Warn,
              desc:
                  "using `x.extend(s.chars())` where s is a `&str` or `String`",
              epoch_deny: None,}