Skip to content

Commit 099e87e

Browse files
William UtterWilliam Utter
authored andcommitted
forgot use stmt
1 parent cdbd345 commit 099e87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/print/pretty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::query::Providers;
44
use crate::traits::util::supertraits_for_pretty_printing;
55
use crate::ty::GenericArgKind;
66
use crate::ty::{
7-
ConstInt, ParamConst, ScalarInt, Term, TermKind, TypeFoldable, TypeSuperFoldable,
7+
ConstInt, Expr, ParamConst, ScalarInt, Term, TermKind, TypeFoldable, TypeSuperFoldable,
88
TypeSuperVisitable, TypeVisitable, TypeVisitableExt,
99
};
1010
use rustc_apfloat::ieee::{Double, Single};

0 commit comments

Comments
 (0)