remove an unused file

This commit is contained in:
Tamo 2022-10-12 13:11:04 +02:00 committed by Clément Renault
parent b6c84e53ba
commit c192146fbe
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
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>;