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] = &[
624624 crate :: pathbuf_init_then_push:: PATHBUF_INIT_THEN_PUSH_INFO ,
625625 crate :: pattern_type_mismatch:: PATTERN_TYPE_MISMATCH_INFO ,
626626 crate :: permissions_set_readonly_false:: PERMISSIONS_SET_READONLY_FALSE_INFO ,
627- crate :: unnecessary_reserve:: UNNECESSARY_RESERVE_INFO ,
628627 crate :: pointers_in_nomem_asm_block:: POINTERS_IN_NOMEM_ASM_BLOCK_INFO ,
629628 crate :: precedence:: PRECEDENCE_INFO ,
630629 crate :: ptr:: CMP_NULL_INFO ,
@@ -759,6 +758,7 @@ pub static LINTS: &[&crate::LintInfo] = &[
759758 crate :: unnecessary_literal_bound:: UNNECESSARY_LITERAL_BOUND_INFO ,
760759 crate :: unnecessary_map_on_constructor:: UNNECESSARY_MAP_ON_CONSTRUCTOR_INFO ,
761760 crate :: unnecessary_owned_empty_strings:: UNNECESSARY_OWNED_EMPTY_STRINGS_INFO ,
761+ crate :: unnecessary_reserve:: UNNECESSARY_RESERVE_INFO ,
762762 crate :: unnecessary_self_imports:: UNNECESSARY_SELF_IMPORTS_INFO ,
763763 crate :: unnecessary_semicolon:: UNNECESSARY_SEMICOLON_INFO ,
764764 crate :: unnecessary_struct_initialization:: UNNECESSARY_STRUCT_INITIALIZATION_INFO ,
You can’t perform that action at this time.
0 commit comments