mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
Add tests on every platform and fix clippy errors
This commit is contained in:
@ -35,7 +35,7 @@ async fn perform_snapshot() {
|
||||
let snapshot_path = snapshot_dir
|
||||
.path()
|
||||
.to_owned()
|
||||
.join(format!("db.snapshot"));
|
||||
.join("db.snapshot".to_string());
|
||||
|
||||
let options = Opt {
|
||||
import_snapshot: Some(snapshot_path),
|
||||
|
Reference in New Issue
Block a user