mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 14:46:36 +00:00
Implement ErrorCode on the milli::Error type
This commit is contained in:
committed by
Clément Renault
parent
478e3f0f6b
commit
b83710ea98
@ -16,7 +16,7 @@ use meilisearch_types::star_or::StarOr;
|
||||
use crate::analytics::Analytics;
|
||||
use crate::extractors::authentication::{policies::*, GuardedData};
|
||||
|
||||
use self::indexes::{IndexStats, IndexView};
|
||||
use self::indexes::IndexStats;
|
||||
|
||||
mod api_key;
|
||||
mod dump;
|
||||
|
Reference in New Issue
Block a user