diff --git a/src/cell_space.rs b/src/cell_space.rs index 40efaee..dbf3994 100644 --- a/src/cell_space.rs +++ b/src/cell_space.rs @@ -12,7 +12,7 @@ type Cell = Vec; struct CellDictionary { table: Vec>, max_offset: usize, - _marker: marker::PhantomData<(K)>, + _marker: marker::PhantomData, } impl CellDictionary