chore: cleanup todos and unused parameter
This commit is contained in:
parent
d36d3300d0
commit
25824d78f9
4 changed files with 2 additions and 21 deletions
|
|
@ -16,7 +16,6 @@ pub type Result<T> = std::result::Result<T, Error>;
|
|||
pub type Column = u64;
|
||||
pub type FilePosition = u64;
|
||||
|
||||
// TODO: Consider adding another type parameter for indexable values
|
||||
#[derive(Debug)]
|
||||
pub struct Store<T> {
|
||||
pub header: StoreHeader,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue