Skip to content

Commit 9c33cc6

Browse files
committed
placate tidy.
1 parent 1ea091a commit 9c33cc6

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_const_eval/src/interpret

1 file changed

+1
-1
lines changed

compiler/rustc_const_eval/src/interpret/intern.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ use rustc_hir as hir;
2121
use rustc_middle::mir::interpret::{ConstAllocation, CtfeProvenance, InterpResult};
2222
use rustc_middle::query::TyCtxtAt;
2323
use rustc_middle::ty::layout::TyAndLayout;
24+
use rustc_session::lint;
2425
use rustc_span::def_id::LocalDefId;
2526
use rustc_span::sym;
26-
use rustc_session::lint;
2727

2828
use super::{AllocId, Allocation, InterpCx, MPlaceTy, Machine, MemoryKind, PlaceTy};
2929
use crate::const_eval;

0 commit comments

Comments
 (0)