Fix an inconsistent import.
This commit is contained in:
parent
bd6eb05ccd
commit
6606bb35a9
1 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
use super::{
|
||||
AdtExpr, Arm, Block, ClosureExpr, Expr, ExprKind, InlineAsmExpr, InlineAsmOperand, Pat,
|
||||
PatKind, Stmt, StmtKind, Thir,
|
||||
AdtExpr, AdtExprBase, Arm, Block, ClosureExpr, Expr, ExprKind, InlineAsmExpr, InlineAsmOperand,
|
||||
Pat, PatKind, Stmt, StmtKind, Thir,
|
||||
};
|
||||
use crate::thir::AdtExprBase;
|
||||
|
||||
pub trait Visitor<'thir, 'tcx: 'thir>: Sized {
|
||||
fn thir(&self) -> &'thir Thir<'tcx>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue