We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfda7a commit dc62d10Copy full SHA for dc62d10
src/plan/mutator_context.rs
@@ -4,7 +4,7 @@ use crate::plan::barriers::{Barrier, WriteTarget};
4
use crate::plan::global::Plan;
5
use crate::plan::AllocationSemantics;
6
use crate::policy::space::Space;
7
-use crate::util::alloc::allocators::{AllocatorSelector, Allocators, *};
+use crate::util::alloc::allocators::{AllocatorSelector, Allocators};
8
use crate::util::{Address, ObjectReference};
9
use crate::util::{VMMutatorThread, VMWorkerThread};
10
use crate::vm::VMBinding;
0 commit comments