Relax clippy::rest-pat-in-fully-bound-structs.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -965,7 +965,6 @@ pub_without_shorthand = "warn"
|
|||||||
rc_buffer = "warn"
|
rc_buffer = "warn"
|
||||||
rc_mutex = "warn"
|
rc_mutex = "warn"
|
||||||
redundant_type_annotations = "warn"
|
redundant_type_annotations = "warn"
|
||||||
rest_pat_in_fully_bound_structs = "warn"
|
|
||||||
semicolon_outside_block = "warn"
|
semicolon_outside_block = "warn"
|
||||||
str_to_string = "warn"
|
str_to_string = "warn"
|
||||||
string_lit_chars_any = "warn"
|
string_lit_chars_any = "warn"
|
||||||
|
|||||||
Reference in New Issue
Block a user