mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-19 03:06:26 +00:00
extract the index abstraction out of the index-scheduler in its own module
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
use milli::heed;
|
||||
use thiserror::Error;
|
||||
|
||||
use crate::index;
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
pub enum Error {
|
||||
#[error("Index `{0}` not found")]
|
||||
|
Reference in New Issue
Block a user