Static clippy_lints::strings::STRING_ADD_ASSIGN []

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