Static clippy_lints::methods::STRING_EXTEND_CHARS []

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