Auto merge of #2119 - RalfJung:glob, r=RalfJung
data_race: use glob import like most files
This commit is contained in:
commit
d76c2c5e1c
1 changed files with 1 additions and 5 deletions
|
|
@ -72,11 +72,7 @@ use rustc_index::vec::{Idx, IndexVec};
|
|||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue