Skip to content

Commit

Permalink
Merge pull request #3910 from matthiaskrgr/rustup2
Browse files Browse the repository at this point in the history
rustup 41316f0
  • Loading branch information
flip1995 authored Mar 31, 2019
2 parents df29b99 + c48473a commit 971b934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl rustc_driver::Callbacks for ClippyCallbacks {
ls.register_early_pass(Some(sess), true, false, pass);
}
for pass in late_lint_passes {
ls.register_late_pass(Some(sess), true, false, pass);
ls.register_late_pass(Some(sess), true, false, false, pass);
}

for (name, (to, deprecated_name)) in lint_groups {
Expand Down

0 comments on commit 971b934

Please sign in to comment.