Skip to content

Commit 79c085b

Browse files
committed
hotfix: update declare_lints name
1 parent aabfe3f commit 79c085b

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
@@ -616,7 +616,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
616616
crate::unnamed_address::FN_ADDRESS_COMPARISONS_INFO,
617617
crate::unnamed_address::VTABLE_ADDRESS_COMPARISONS_INFO,
618618
crate::unnecessary_owned_empty_strings::UNNECESSARY_OWNED_EMPTY_STRINGS_INFO,
619-
crate::unnecessary_reserve::UNNECESSARY_RESERVE_INFO,
619+
crate::unnecessary_reserve::UNNECESSARY_RESERVE,
620620
crate::unnecessary_self_imports::UNNECESSARY_SELF_IMPORTS_INFO,
621621
crate::unnecessary_wraps::UNNECESSARY_WRAPS_INFO,
622622
crate::unnested_or_patterns::UNNESTED_OR_PATTERNS_INFO,

0 commit comments

Comments
 (0)