cl-structures: Remove arena.rs
and hashbrown dependency
This commit is contained in:
parent
3fe5916a4f
commit
fb7de717d0
@ -8,5 +8,4 @@ license.workspace = true
|
|||||||
publish.workspace = true
|
publish.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hashbrown = { version = "0.14.3", default-features = false }
|
|
||||||
cl-arena = { path = "../cl-arena" }
|
cl-arena = { path = "../cl-arena" }
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
//! Simple arena-like allocation
|
|
||||||
|
|
||||||
pub mod global_intern;
|
|
||||||
pub mod intern;
|
|
||||||
pub mod string_arena;
|
|
||||||
pub mod symbol;
|
|
||||||
|
|
@ -5,8 +5,6 @@
|
|||||||
#![feature(inline_const, dropck_eyepatch, decl_macro, get_many_mut)]
|
#![feature(inline_const, dropck_eyepatch, decl_macro, get_many_mut)]
|
||||||
#![deny(unsafe_op_in_unsafe_fn)]
|
#![deny(unsafe_op_in_unsafe_fn)]
|
||||||
|
|
||||||
pub mod arena;
|
|
||||||
|
|
||||||
pub mod intern;
|
pub mod intern;
|
||||||
|
|
||||||
pub mod span;
|
pub mod span;
|
||||||
|
Loading…
Reference in New Issue
Block a user