We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9741b66 commit 2e1bb06Copy full SHA for 2e1bb06
clippy_lints/src/declared_lints.rs
@@ -616,7 +616,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
616
crate::unnamed_address::FN_ADDRESS_COMPARISONS_INFO,
617
crate::unnamed_address::VTABLE_ADDRESS_COMPARISONS_INFO,
618
crate::unnecessary_owned_empty_strings::UNNECESSARY_OWNED_EMPTY_STRINGS_INFO,
619
- crate::unnecessary_reserve::UNNECESSARY_RESERVE,
+ crate::unnecessary_reserve::UNNECESSARY_RESERVE_INFO,
620
crate::unnecessary_self_imports::UNNECESSARY_SELF_IMPORTS_INFO,
621
crate::unnecessary_wraps::UNNECESSARY_WRAPS_INFO,
622
crate::unnested_or_patterns::UNNESTED_OR_PATTERNS_INFO,
0 commit comments