Skip to content

Commit f32dc16

Browse files
dswijbotahamec
authored andcommitted
Update unnecessary_box_returns declaration
1 parent 4ae453b commit f32dc16

File tree

4 files changed

+2
-635
lines changed

4 files changed

+2
-635
lines changed

clippy_lints/src/declared_lints.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
611611
crate::unit_types::UNIT_CMP_INFO,
612612
crate::unnamed_address::FN_ADDRESS_COMPARISONS_INFO,
613613
crate::unnamed_address::VTABLE_ADDRESS_COMPARISONS_INFO,
614+
crate::unnecessary_box_returns::UNNECESSARY_BOX_RETURNS_INFO,
614615
crate::unnecessary_owned_empty_strings::UNNECESSARY_OWNED_EMPTY_STRINGS_INFO,
615616
crate::unnecessary_self_imports::UNNECESSARY_SELF_IMPORTS_INFO,
616617
crate::unnecessary_wraps::UNNECESSARY_WRAPS_INFO,

0 commit comments

Comments
 (0)