about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/intern.rs
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2024-03-13 10:51:12 -0400
committerFelix S. Klock II <pnkfelix@pnkfx.org>2024-03-13 10:51:12 -0400
commit9c33cc62aad65456b2f580eb788615c4d0a66304 (patch)
tree9abf5632085ef2e6c0406b794034b123bac5d4d7 /compiler/rustc_const_eval/src/interpret/intern.rs
parent1ea091a7fc5ed30ca712cd1d05d8ab4838e2a1a2 (diff)
downloadrust-9c33cc62aad65456b2f580eb788615c4d0a66304.tar.gz
rust-9c33cc62aad65456b2f580eb788615c4d0a66304.zip
placate tidy.
Diffstat (limited to 'compiler/rustc_const_eval/src/interpret/intern.rs')
-rw-r--r--compiler/rustc_const_eval/src/interpret/intern.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/src/interpret/intern.rs b/compiler/rustc_const_eval/src/interpret/intern.rs
index 0994ace814c..c30a1362417 100644
--- a/compiler/rustc_const_eval/src/interpret/intern.rs
+++ b/compiler/rustc_const_eval/src/interpret/intern.rs
@@ -21,9 +21,9 @@ use rustc_hir as hir;
 use rustc_middle::mir::interpret::{ConstAllocation, CtfeProvenance, InterpResult};
 use rustc_middle::query::TyCtxtAt;
 use rustc_middle::ty::layout::TyAndLayout;
+use rustc_session::lint;
 use rustc_span::def_id::LocalDefId;
 use rustc_span::sym;
-use rustc_session::lint;
 
 use super::{AllocId, Allocation, InterpCx, MPlaceTy, Machine, MemoryKind, PlaceTy};
 use crate::const_eval;