Skip to content

Commit abdf027

Browse files
Licenserflip1995
andcommitted
Update clippy_lints/src/lib.rs
Co-Authored-By: Philipp Krones <[email protected]>
1 parent a984702 commit abdf027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
943943
store.register_early_pass(move || box enum_variants::EnumVariantNames::new(enum_variant_name_threshold));
944944
store.register_late_pass(|| box unused_self::UnusedSelf);
945945
store.register_late_pass(|| box mutable_debug_assertion::DebugAssertWithMutCall);
946-
store.register_late_lint_pass(|| box exit::Exit);
946+
store.register_late_pass(|| box exit::Exit);
947947

948948
store.register_group(true, "clippy::restriction", Some("clippy_restriction"), vec![
949949
LintId::of(&arithmetic::FLOAT_ARITHMETIC),

0 commit comments

Comments
 (0)