Skip to content

Commit 452717b

Browse files
committed
hotfix: rollback declare lints name
1 parent 4df0eba commit 452717b

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,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
624624
crate::unnamed_address::VTABLE_ADDRESS_COMPARISONS_INFO,
625625
crate::unnecessary_box_returns::UNNECESSARY_BOX_RETURNS_INFO,
626626
crate::unnecessary_owned_empty_strings::UNNECESSARY_OWNED_EMPTY_STRINGS_INFO,
627-
crate::unnecessary_reserve::UNNECESSARY_RESERVE,
627+
crate::unnecessary_reserve::UNNECESSARY_RESERVE_INFO,
628628
crate::unnecessary_self_imports::UNNECESSARY_SELF_IMPORTS_INFO,
629629
crate::unnecessary_struct_initialization::UNNECESSARY_STRUCT_INITIALIZATION_INFO,
630630
crate::unnecessary_wraps::UNNECESSARY_WRAPS_INFO,

0 commit comments

Comments
 (0)