Skip to content

Commit

Permalink
placate tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Mar 13, 2024
1 parent 1ea091a commit 9c33cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_const_eval/src/interpret/intern.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 9c33cc6

Please sign in to comment.