Drop walk_crate_and_attributes.
This commit is contained in:
parent
bd2f08c22f
commit
df148e4efb
4 changed files with 10 additions and 20 deletions
|
@ -464,10 +464,6 @@ pub fn lower_to_hir<'res, 'tcx>(
|
|||
arena,
|
||||
);
|
||||
|
||||
if sess.opts.debugging_opts.hir_stats {
|
||||
hir_stats::print_hir_stats(&hir_crate);
|
||||
}
|
||||
|
||||
sess.time("early_lint_checks", || {
|
||||
rustc_lint::check_ast_crate(
|
||||
sess,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue