File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -624,7 +624,6 @@ pub static LINTS: &[&crate::LintInfo] = &[
624
624
crate :: pathbuf_init_then_push:: PATHBUF_INIT_THEN_PUSH_INFO ,
625
625
crate :: pattern_type_mismatch:: PATTERN_TYPE_MISMATCH_INFO ,
626
626
crate :: permissions_set_readonly_false:: PERMISSIONS_SET_READONLY_FALSE_INFO ,
627
- crate :: unnecessary_reserve:: UNNECESSARY_RESERVE_INFO ,
628
627
crate :: pointers_in_nomem_asm_block:: POINTERS_IN_NOMEM_ASM_BLOCK_INFO ,
629
628
crate :: precedence:: PRECEDENCE_INFO ,
630
629
crate :: ptr:: CMP_NULL_INFO ,
@@ -759,6 +758,7 @@ pub static LINTS: &[&crate::LintInfo] = &[
759
758
crate :: unnecessary_literal_bound:: UNNECESSARY_LITERAL_BOUND_INFO ,
760
759
crate :: unnecessary_map_on_constructor:: UNNECESSARY_MAP_ON_CONSTRUCTOR_INFO ,
761
760
crate :: unnecessary_owned_empty_strings:: UNNECESSARY_OWNED_EMPTY_STRINGS_INFO ,
761
+ crate :: unnecessary_reserve:: UNNECESSARY_RESERVE_INFO ,
762
762
crate :: unnecessary_self_imports:: UNNECESSARY_SELF_IMPORTS_INFO ,
763
763
crate :: unnecessary_semicolon:: UNNECESSARY_SEMICOLON_INFO ,
764
764
crate :: unnecessary_struct_initialization:: UNNECESSARY_STRUCT_INITIALIZATION_INFO ,
You can’t perform that action at this time.
0 commit comments