mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix the imports
This commit is contained in:
parent
62ced0e3f1
commit
2385842537
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use std::io::BufWriter;
|
|||
use std::path::PathBuf;
|
||||
use std::time::Instant;
|
||||
|
||||
use anyhow::Context;
|
||||
use anyhow::{bail, Context};
|
||||
use clap::{Parser, Subcommand};
|
||||
use dump::{DumpWriter, IndexMetadata};
|
||||
use file_store::FileStore;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue