remove id arena
This commit is contained in:
@@ -33,7 +33,7 @@ impl fmt::Display for RawId {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub struct Arena<ID: ArenaId, T> {
|
||||
data: Vec<T>,
|
||||
_ty: PhantomData<ID>,
|
||||
|
||||
Reference in New Issue
Block a user