diff options
| author | Heinz N. Gies <heinz@licenser.net> | 2019-10-25 10:59:33 +0200 |
|---|---|---|
| committer | Heinz N. Gies <heinz@licenser.net> | 2019-11-07 17:11:06 +0100 |
| commit | abdf027df30b93a0cbd3c00690761ace7ee43430 (patch) | |
| tree | 3bf6492038c8f0c9f9de4fcd9d40821bcfa1e0cf | |
| parent | a984702b509ce18d1dc22b1abf627b7c03fd59f6 (diff) | |
| download | rust-abdf027df30b93a0cbd3c00690761ace7ee43430.tar.gz rust-abdf027df30b93a0cbd3c00690761ace7ee43430.zip | |
Update clippy_lints/src/lib.rs
Co-Authored-By: Philipp Krones <hello@philkrones.com>
| -rw-r--r-- | clippy_lints/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/lib.rs b/clippy_lints/src/lib.rs index e0a34102ceb..dae1c429b7d 100644 --- a/clippy_lints/src/lib.rs +++ b/clippy_lints/src/lib.rs @@ -943,7 +943,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf store.register_early_pass(move || box enum_variants::EnumVariantNames::new(enum_variant_name_threshold)); store.register_late_pass(|| box unused_self::UnusedSelf); store.register_late_pass(|| box mutable_debug_assertion::DebugAssertWithMutCall); - store.register_late_lint_pass(|| box exit::Exit); + store.register_late_pass(|| box exit::Exit); store.register_group(true, "clippy::restriction", Some("clippy_restriction"), vec