Skip to content

Commit 089c403

Browse files
committed
Pacify tidy
1 parent d96c4a9 commit 089c403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_mir/transform/const_prop.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ use rustc::ty::layout::{
2020

2121
use interpret::{self, EvalContext, ScalarMaybeUndef, Immediate, OpTy, MemoryKind};
2222
use const_eval::{
23-
CompileTimeInterpreter, lazy_const_to_op, error_to_const_error, eval_promoted, mk_borrowck_eval_cx
23+
CompileTimeInterpreter, error_to_const_error, eval_promoted, mk_borrowck_eval_cx,
24+
lazy_const_to_op,
2425
};
2526
use transform::{MirPass, MirSource};
2627

0 commit comments

Comments
 (0)