added string_add to clippy lint group

This commit is contained in:
llogiq 2015-08-12 16:50:43 +02:00
parent f9e851e212
commit 9e786d3956

View file

@ -84,6 +84,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
unicode::ZERO_WIDTH_SPACE,
unicode::NON_ASCII_LITERAL,
strings::STRING_ADD_ASSIGN,
strings::STRING_ADD,
returns::NEEDLESS_RETURN,
misc::MODULO_ONE,
methods::OPTION_UNWRAP_USED,