Skip to content

Commit dc62d10

Browse files
committed
cleanup
1 parent 8bfda7a commit dc62d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plan/mutator_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::plan::barriers::{Barrier, WriteTarget};
44
use crate::plan::global::Plan;
55
use crate::plan::AllocationSemantics;
66
use crate::policy::space::Space;
7-
use crate::util::alloc::allocators::{AllocatorSelector, Allocators, *};
7+
use crate::util::alloc::allocators::{AllocatorSelector, Allocators};
88
use crate::util::{Address, ObjectReference};
99
use crate::util::{VMMutatorThread, VMWorkerThread};
1010
use crate::vm::VMBinding;

0 commit comments

Comments
 (0)