Skip to content

Commit 6beddf4

Browse files
committed
fix: declared lints
1 parent 77ed024 commit 6beddf4

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
@@ -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,

0 commit comments

Comments
 (0)