Skip to content

Commit 5cf45bc

Browse files
committed
Fix rebase issue
1 parent 972e254 commit 5cf45bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/infer/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,8 +1368,6 @@ impl<'a, 'gcx, 'tcx> InferCtxt<'a, 'gcx, 'tcx> {
13681368
&self,
13691369
vid: ty::ConstVid<'tcx>
13701370
) -> Result<&'tcx ty::Const<'tcx>, ty::UniverseIndex> {
1371-
use self::unify_key::ConstVariableValue;
1372-
13731371
match self.const_unification_table.borrow_mut().probe_value(vid).val {
13741372
ConstVariableValue::Known { value } => Ok(value),
13751373
ConstVariableValue::Unknown { universe } => Err(universe),

0 commit comments

Comments
 (0)