mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Rename the index-scheduler module into insta_snapshot
This commit is contained in:
parent
7d92614dcb
commit
c2842ad25f
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ mod batch;
|
|||
pub mod error;
|
||||
mod index_mapper;
|
||||
#[cfg(test)]
|
||||
mod snapshot;
|
||||
mod insta_snapshot;
|
||||
mod utils;
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
@ -938,7 +938,7 @@ mod tests {
|
|||
use uuid::Uuid;
|
||||
|
||||
use super::*;
|
||||
use crate::snapshot::{snapshot_bitmap, snapshot_index_scheduler};
|
||||
use crate::insta_snapshot::{snapshot_bitmap, snapshot_index_scheduler};
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum FailureLocation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue