publicize ListPool::storage
This commit is contained in:
parent
0b72e1df5a
commit
344c45e178
|
@ -7,7 +7,7 @@ use std::ops::{Index, IndexMut};
|
||||||
|
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub struct ListPool<T: Clone + Debug> {
|
pub struct ListPool<T: Clone + Debug> {
|
||||||
storage: Vec<T>,
|
pub storage: Vec<T>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<T: Clone + Debug> Default for ListPool<T> {
|
impl<T: Clone + Debug> Default for ListPool<T> {
|
||||||
|
|
Loading…
Reference in a new issue