Skip to content

Commit 62483d7

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

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
@@ -940,7 +940,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
940940
store.register_early_pass(move || box enum_variants::EnumVariantNames::new(enum_variant_name_threshold));
941941
store.register_late_pass(|| box unused_self::UnusedSelf);
942942
store.register_late_pass(|| box mutable_debug_assertion::DebugAssertWithMutCall);
943-
store.register_late_lint_pass(|| box exit::Exit);
943+
store.register_late_pass(|| box exit::Exit);
944944

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

0 commit comments

Comments
 (0)