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 @@ -634,7 +634,6 @@ pub static LINTS: &[&crate::LintInfo] = &[
634634 crate :: pathbuf_init_then_push:: PATHBUF_INIT_THEN_PUSH_INFO ,
635635 crate :: pattern_type_mismatch:: PATTERN_TYPE_MISMATCH_INFO ,
636636 crate :: permissions_set_readonly_false:: PERMISSIONS_SET_READONLY_FALSE_INFO ,
637- crate :: unnecessary_reserve:: UNNECESSARY_RESERVE_INFO ,
638637 crate :: pointers_in_nomem_asm_block:: POINTERS_IN_NOMEM_ASM_BLOCK_INFO ,
639638 crate :: precedence:: PRECEDENCE_INFO ,
640639 crate :: precedence:: PRECEDENCE_BITS_INFO ,
@@ -772,6 +771,7 @@ pub static LINTS: &[&crate::LintInfo] = &[
772771 crate :: unnecessary_literal_bound:: UNNECESSARY_LITERAL_BOUND_INFO ,
773772 crate :: unnecessary_map_on_constructor:: UNNECESSARY_MAP_ON_CONSTRUCTOR_INFO ,
774773 crate :: unnecessary_owned_empty_strings:: UNNECESSARY_OWNED_EMPTY_STRINGS_INFO ,
774+ crate :: unnecessary_reserve:: UNNECESSARY_RESERVE_INFO ,
775775 crate :: unnecessary_self_imports:: UNNECESSARY_SELF_IMPORTS_INFO ,
776776 crate :: unnecessary_semicolon:: UNNECESSARY_SEMICOLON_INFO ,
777777 crate :: unnecessary_struct_initialization:: UNNECESSARY_STRUCT_INITIALIZATION_INFO ,
You can’t perform that action at this time.
0 commit comments