Skip to content

Commit f2b85f5

Browse files
Licenserflip1995
andauthored
Update clippy_lints/src/lib.rs
Co-Authored-By: Philipp Krones <[email protected]>
1 parent 41be2c7 commit f2b85f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
942942
store.register_early_pass(move || box enum_variants::EnumVariantNames::new(enum_variant_name_threshold));
943943
store.register_late_pass(|| box unused_self::UnusedSelf);
944944
store.register_late_pass(|| box mutable_debug_assertion::DebugAssertWithMutCall);
945-
store.register_late_lint_pass(|| box exit::Exit);
945+
store.register_late_pass(|| box exit::Exit);
946946

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

0 commit comments

Comments
 (0)