chore: cleanup todos and unused parameter

This commit is contained in:
Jindřich Moravec 2024-02-05 23:50:25 +01:00
parent d36d3300d0
commit 25824d78f9
4 changed files with 2 additions and 21 deletions

View file

@ -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,