mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Merge #2067
2067: chore(all): fix rust edition r=irevoire a=MarinPostma I hadn't correctly set the rust edition in my previous pr, and cargo was returning a warning. This time I followed this guide: https://doc.rust-lang.org/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html Co-authored-by: mpostma <postma.marin@protonmail.com>
This commit is contained in:
commit
d0aa5f747c
6 changed files with 5 additions and 5 deletions
|
@ -301,6 +301,7 @@ impl DumpJob {
|
|||
AuthController::dump(&self.db_path, &temp_dump_path)?;
|
||||
|
||||
let dump_path = tokio::task::spawn_blocking(move || -> Result<PathBuf> {
|
||||
let _ = &self;
|
||||
// for now we simply copy the updates/updates_files
|
||||
// FIXME: We may copy more files than necessary, if new files are added while we are
|
||||
// performing the dump. We need a way to filter them out.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue