Skip to content

Commit 02395c7

Browse files
committed
hotfix: rollback declare lints name
1 parent 7eb4b93 commit 02395c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/declared_lints.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
604604
crate::unnamed_address::FN_ADDRESS_COMPARISONS_INFO,
605605
crate::unnamed_address::VTABLE_ADDRESS_COMPARISONS_INFO,
606606
crate::unnecessary_owned_empty_strings::UNNECESSARY_OWNED_EMPTY_STRINGS_INFO,
607-
crate::unnecessary_reserve::UNNECESSARY_RESERVE,
607+
crate::unnecessary_reserve::UNNECESSARY_RESERVE_INFO,
608608
crate::unnecessary_self_imports::UNNECESSARY_SELF_IMPORTS_INFO,
609609
crate::unnecessary_wraps::UNNECESSARY_WRAPS_INFO,
610610
crate::unnested_or_patterns::UNNESTED_OR_PATTERNS_INFO,

0 commit comments

Comments
 (0)