mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
data_race: use glob import like most files
This commit is contained in:
+1
-5
@@ -72,11 +72,7 @@
|
||||
use rustc_middle::{mir, ty::layout::TyAndLayout};
|
||||
use rustc_target::abi::Size;
|
||||
|
||||
use crate::{
|
||||
AllocId, AllocRange, HelpersEvalContextExt, ImmTy, Immediate, InterpResult, MPlaceTy,
|
||||
MemoryKind, MiriEvalContext, MiriEvalContextExt, MiriMemoryKind, OpTy, Pointer, RangeMap,
|
||||
Scalar, ScalarMaybeUninit, Tag, ThreadId, VClock, VTimestamp, VectorIdx,
|
||||
};
|
||||
use crate::*;
|
||||
|
||||
pub type AllocExtra = VClockAlloc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user