Skip to content

Commit ef44f7f

Browse files
committed
fmt
1 parent 0b7cb9e commit ef44f7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/rustc_const_eval/src/interpret/machine.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ use rustc_abi::{Align, Size};
1010
use rustc_apfloat::{Float, FloatConvert};
1111
use rustc_ast::{InlineAsmOptions, InlineAsmTemplatePiece};
1212
use rustc_middle::query::TyCtxtAt;
13-
13+
use rustc_middle::ty::Ty;
1414
use rustc_middle::ty::layout::TyAndLayout;
1515
use rustc_middle::{mir, ty};
1616
use rustc_span::Span;
1717
use rustc_span::def_id::DefId;
1818
use rustc_target::callconv::FnAbi;
19-
use rustc_middle::ty::Ty;
2019

2120
use super::{
2221
AllocBytes, AllocId, AllocKind, AllocRange, Allocation, CTFE_ALLOC_SALT, ConstAllocation,

0 commit comments

Comments
 (0)