Skip to content

Commit

Permalink
fix: remove FixedSizeArena (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiKaiWi authored Mar 28, 2023
1 parent 0117c23 commit c4cca73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 109 deletions.
107 changes: 0 additions & 107 deletions components/arena/src/fixed_size.rs

This file was deleted.

2 changes: 0 additions & 2 deletions components/arena/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
//! `Arena` Trait and implementations.

mod arena_trait;
mod fixed_size;
mod mono_inc;

pub use arena_trait::{Arena, BasicStats, Collector, CollectorRef};
pub use fixed_size::FixedSizeArena;
pub use mono_inc::{MonoIncArena, NoopCollector};

0 comments on commit c4cca73

Please sign in to comment.