Skip to content

Commit ff654b8

Browse files
committed
Fix rebase fallout
1 parent 5ff2a90 commit ff654b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_mir/const_eval.rs

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use rustc::mir::interpret::{ConstEvalErr, ErrorHandled, ScalarMaybeUndef};
1313
use rustc::mir;
1414
use rustc::ty::{self, Ty, TyCtxt, subst::Subst};
1515
use rustc::ty::layout::{self, LayoutOf, VariantIdx};
16-
use rustc::ty::subst::Subst;
1716
use rustc::traits::Reveal;
1817
use rustc_data_structures::fx::FxHashMap;
1918
use crate::interpret::eval_nullary_intrinsic;

0 commit comments

Comments
 (0)