From 093eefa9fcee8ee2bb407800cea96bdd94fff3e6 Mon Sep 17 00:00:00 2001 From: Fmt Bot Date: Sun, 29 Mar 2026 02:10:20 +0000 Subject: [PATCH] 2026-03-29 automated rustfmt nightly --- src/io/sqlite_store/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/io/sqlite_store/mod.rs b/src/io/sqlite_store/mod.rs index c69e5685d..94e8360fc 100644 --- a/src/io/sqlite_store/mod.rs +++ b/src/io/sqlite_store/mod.rs @@ -684,7 +684,6 @@ impl SqliteStoreInner { #[cfg(test)] mod tests { use super::*; - use crate::io::test_utils::{ do_read_write_remove_list_persist, do_test_store, random_storage_path, };