Appeasing the Test Gods.

Seems I'm not smart enough to run the tests locally before committing.
This commit is contained in:
daxpedda
2018-12-05 11:26:40 +01:00
parent 978f8c65ee
commit 19db2f1a32
2 changed files with 5 additions and 5 deletions

View File

@@ -372,7 +372,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
reg.register_late_lint_pass(box unicode::Unicode);
reg.register_late_lint_pass(box strings::StringAdd);
reg.register_early_lint_pass(box returns::ReturnPass);
reg.register_late_lint_pass(box missing_returns::MissingReturnsPass);
reg.register_late_lint_pass(box missing_returns::Pass);
reg.register_late_lint_pass(box methods::Pass);
reg.register_late_lint_pass(box map_clone::Pass);
reg.register_late_lint_pass(box shadow::Pass);