Skip to content

Commit 40dd3e2

Browse files
committed
Rustfmt
1 parent 56facc4 commit 40dd3e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/constant.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ use rustc_data_structures::fx::{FxHashMap, FxHashSet};
77
use rustc_errors::ErrorReported;
88
use rustc_middle::middle::codegen_fn_attrs::CodegenFnAttrFlags;
99
use rustc_middle::mir::interpret::{
10-
alloc_range, read_target_uint, AllocId, Allocation, ConstValue, ErrorHandled, GlobalAlloc, Scalar,
10+
alloc_range, read_target_uint, AllocId, Allocation, ConstValue, ErrorHandled, GlobalAlloc,
11+
Scalar,
1112
};
1213
use rustc_middle::ty::ConstKind;
1314

0 commit comments

Comments
 (0)