remove an unused file

This commit is contained in:
Tamo
2022-10-12 13:11:04 +02:00
committed by Clément Renault
parent c0a6f7a021
commit c9050759f5
3 changed files with 2 additions and 15 deletions

View File

@ -4,7 +4,6 @@ pub mod error;
mod index_mapper;
#[cfg(test)]
mod snapshot;
pub mod task;
mod utils;
pub type Result<T> = std::result::Result<T, Error>;