Skip to content

Commit 144670b

Browse files
committed
Update unnecessary_box_returns declaration
1 parent 3d109a9 commit 144670b

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
@@ -601,6 +601,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
601601
crate::unit_types::UNIT_CMP_INFO,
602602
crate::unnamed_address::FN_ADDRESS_COMPARISONS_INFO,
603603
crate::unnamed_address::VTABLE_ADDRESS_COMPARISONS_INFO,
604+
crate::unnecessary_box_returns::UNNECESSARY_BOX_RETURNS_INFO,
604605
crate::unnecessary_owned_empty_strings::UNNECESSARY_OWNED_EMPTY_STRINGS_INFO,
605606
crate::unnecessary_self_imports::UNNECESSARY_SELF_IMPORTS_INFO,
606607
crate::unnecessary_wraps::UNNECESSARY_WRAPS_INFO,

0 commit comments

Comments
 (0)