Skip to content

Commit 841ce0d

Browse files
committed
fix: declared lints
1 parent ecd37f9 commit 841ce0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/declared_lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)