From 40dd3e2b7089b5e96714e064b731f6dbf17c61a9 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Thu, 27 May 2021 12:40:08 +0200 Subject: [PATCH 1/1] Rustfmt --- src/constant.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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_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; -- 2.44.0