From 2c1d60f79b0a161acbf3fa7bfbeda3b16486b342 Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 11 Sep 2023 14:40:22 +0200 Subject: [PATCH] get rid of a warning --- meilisearch/tests/snapshot/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/meilisearch/tests/snapshot/mod.rs b/meilisearch/tests/snapshot/mod.rs index 421307082..e88f27b95 100644 --- a/meilisearch/tests/snapshot/mod.rs +++ b/meilisearch/tests/snapshot/mod.rs @@ -1,4 +1,3 @@ -use std::path::PathBuf; use std::time::Duration; use actix_rt::time::sleep;