about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-05-27 12:40:08 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2021-05-27 12:40:08 +0200
commit40dd3e2b7089b5e96714e064b731f6dbf17c61a9 (patch)
tree363d573cce6d7f3726b40f97d6c4454ec7a6344c
parent56facc424ad2cb4425f3c572901f196895f4d052 (diff)
downloadrust-40dd3e2b7089b5e96714e064b731f6dbf17c61a9.tar.gz
rust-40dd3e2b7089b5e96714e064b731f6dbf17c61a9.zip
Rustfmt
-rw-r--r--src/constant.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constant.rs b/src/constant.rs
index 1e89f5220b4..3ba12c4e96d 100644
--- a/src/constant.rs
+++ b/src/constant.rs
@@ -7,7 +7,8 @@ use rustc_data_structures::fx::{FxHashMap, FxHashSet};
 use rustc_errors::ErrorReported;
 use rustc_middle::middle::codegen_fn_attrs::CodegenFnAttrFlags;
 use rustc_middle::mir::interpret::{
-    alloc_range, read_target_uint, AllocId, Allocation, ConstValue, ErrorHandled, GlobalAlloc, Scalar,
+    alloc_range, read_target_uint, AllocId, Allocation, ConstValue, ErrorHandled, GlobalAlloc,
+    Scalar,
 };
 use rustc_middle::ty::ConstKind;