Skip to content

Commit 344c1dc

Browse files
committed
Removed old construction
1 parent 8a85c8f commit 344c1dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
927927
});
928928
store.register_late_pass(|_| Box::new(no_mangle_with_rust_abi::NoMangleWithRustAbi));
929929
store.register_late_pass(|_| Box::new(collection_is_never_read::CollectionIsNeverRead));
930-
store.register_late_pass(|_| Box::new(unnecessary_box_returns::UnnecessaryBoxReturns));
931930
store.register_late_pass(move |_| {
932931
Box::new(unnecessary_box_returns::UnnecessaryBoxReturns::new(
933932
avoid_breaking_exported_api,

0 commit comments

Comments
 (0)