Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
This reverts commit2cb9a65684, reversing changes made to750bd1a7ff.
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user