Skip to content

Commit ccff1dd

Browse files
committed
fix
1 parent ff754c1 commit ccff1dd

File tree

1 file changed

+0
-3
lines changed
  • oscars/src/collectors/mark_sweep_arena2

1 file changed

+0
-3
lines changed

oscars/src/collectors/mark_sweep_arena2/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ pub use pointers::ErasedWeakMap;
2727
pub use pointers::{Gc, WeakGc, WeakMap};
2828
pub use trace::{Finalize, Trace, TraceColor};
2929

30-
#[cfg(feature = "gc_allocator")]
31-
pub use gc_collections::{GcAllocBox, GcAllocVec};
32-
3330
type GcErasedPointer = NonNull<ArenaHeapItem<GcBox<NonTraceable>>>;
3431
pub(crate) type ErasedEphemeron = NonNull<ArenaHeapItem<Ephemeron<NonTraceable, NonTraceable>>>;
3532

0 commit comments

Comments
 (0)