This commit is contained in:
Manish Goregaokar
2018-02-26 12:31:29 -08:00
parent b432f60afe
commit a512fb265b
2 changed files with 0 additions and 59 deletions

View File

@@ -377,7 +377,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
reg.register_late_lint_pass(box question_mark::QuestionMarkPass);
reg.register_late_lint_pass(box suspicious_trait_impl::SuspiciousImpl);
reg.register_late_lint_pass(box redundant_field_names::RedundantFieldNames);
reg.register_late_lint_pass(box misc::BareTraitLate);
reg.register_lint_group("clippy_restrictions", vec![