Skip to content

Commit

Permalink
rustup 41316f0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Mar 30, 2019
1 parent df29b99 commit c48473a
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 c48473a

Please sign in to comment.