Skip to content

Commit 655aefd

Browse files
committed
Removed old construction
1 parent be625e6 commit 655aefd

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
@@ -925,7 +925,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
925925
))
926926
});
927927
store.register_late_pass(|_| Box::new(no_mangle_with_rust_abi::NoMangleWithRustAbi));
928-
store.register_late_pass(|_| Box::new(unnecessary_box_returns::UnnecessaryBoxReturns));
929928
store.register_late_pass(move |_| {
930929
Box::new(unnecessary_box_returns::UnnecessaryBoxReturns::new(
931930
avoid_breaking_exported_api,

0 commit comments

Comments
 (0)