about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/context.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-09-24 09:36:29 +0000
committerbors <bors@rust-lang.org>2022-09-24 09:36:29 +0000
commitbb5a01617589b5e3ece5a36435fc285bfd13c9a4 (patch)
tree7f58d400afb27079579bb5514eb71eff84f15967 /compiler/rustc_lint/src/context.rs
parent199fe1d169b5aeeca0e527ded26542b7a05ebd79 (diff)
parentfc43df0333d5862a219f16d294ae38b14b9191d3 (diff)
downloadrust-bb5a01617589b5e3ece5a36435fc285bfd13c9a4.tar.gz
rust-bb5a01617589b5e3ece5a36435fc285bfd13c9a4.zip
Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum
Revert perf-regression 101620

Reverts #101862 #101620

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_lint/src/context.rs')
-rw-r--r--compiler/rustc_lint/src/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/context.rs b/compiler/rustc_lint/src/context.rs
index 34506c84cb8..7ca6ec5d962 100644
--- a/compiler/rustc_lint/src/context.rs
+++ b/compiler/rustc_lint/src/context.rs
@@ -560,7 +560,7 @@ pub struct LateContext<'tcx> {
 
 /// Context for lint checking of the AST, after expansion, before lowering to HIR.
 pub struct EarlyContext<'a> {
-    pub builder: LintLevelsBuilder<'a, crate::levels::TopDown>,
+    pub builder: LintLevelsBuilder<'a>,
     pub buffered: LintBuffer,
 }