This commit is contained in:
Mubelotix 2025-07-03 15:53:09 +02:00
parent 7423243be0
commit cf9b311f71
No known key found for this signature in database
GPG key ID: 0406DF6C3A69B942
3 changed files with 10 additions and 7 deletions

View file

@ -3,7 +3,7 @@ pub mod index;
pub mod server;
pub mod service;
use std::{fmt::{self, Display}, future::Future};
use std::fmt::{self, Display};
#[allow(unused)]
pub use index::GetAllDocumentsOptions;