We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff754c1 commit ccff1ddCopy full SHA for ccff1dd
oscars/src/collectors/mark_sweep_arena2/mod.rs
@@ -27,9 +27,6 @@ pub use pointers::ErasedWeakMap;
27
pub use pointers::{Gc, WeakGc, WeakMap};
28
pub use trace::{Finalize, Trace, TraceColor};
29
30
-#[cfg(feature = "gc_allocator")]
31
-pub use gc_collections::{GcAllocBox, GcAllocVec};
32
-
33
type GcErasedPointer = NonNull<ArenaHeapItem<GcBox<NonTraceable>>>;
34
pub(crate) type ErasedEphemeron = NonNull<ArenaHeapItem<Ephemeron<NonTraceable, NonTraceable>>>;
35
0 commit comments