mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-13 22:36:29 +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