added string_add
to clippy
lint group
This commit is contained in:
parent
f9e851e212
commit
9e786d3956
@ -84,6 +84,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
|
|||||||
unicode::ZERO_WIDTH_SPACE,
|
unicode::ZERO_WIDTH_SPACE,
|
||||||
unicode::NON_ASCII_LITERAL,
|
unicode::NON_ASCII_LITERAL,
|
||||||
strings::STRING_ADD_ASSIGN,
|
strings::STRING_ADD_ASSIGN,
|
||||||
|
strings::STRING_ADD,
|
||||||
returns::NEEDLESS_RETURN,
|
returns::NEEDLESS_RETURN,
|
||||||
misc::MODULO_ONE,
|
misc::MODULO_ONE,
|
||||||
methods::OPTION_UNWRAP_USED,
|
methods::OPTION_UNWRAP_USED,
|
||||||
|
Loading…
Reference in New Issue
Block a user