Static clippy_lints::strings::STRING_ADD_ASSIGN []

pub static STRING_ADD_ASSIGN: &'static Lint = &::rustc::lint::Lint{name: "STRING_ADD_ASSIGN",
                     default_level: ::rustc::lint::Allow,
                     desc:
                         "using `x = x + ..` where x is a `String` instead of `push_str()`",}