enable string_add lint

This commit is contained in:
Charles Hall 2024-05-12 19:01:29 -07:00
parent cc5977b4e4
commit 9abe4799db
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
5 changed files with 14 additions and 13 deletions

View file

@ -50,6 +50,7 @@ rest_pat_in_fully_bound_structs = "warn"
same_name_method = "warn"
semicolon_inside_block = "warn"
str_to_string = "warn"
string_add = "warn"
string_lit_chars_any = "warn"
string_to_string = "warn"
suspicious_xor_used_as_pow = "warn"