We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cd283 commit 7e7dabbCopy full SHA for 7e7dabb
1 file changed
crates/fff-core/src/shared.rs
@@ -2,7 +2,7 @@ use std::path::{Path, PathBuf};
2
use std::sync::{Arc, RwLock, RwLockReadGuard, RwLockWriteGuard, Weak};
3
use std::time::{Duration, Instant};
4
5
-use crate::dbs::lmdb::{spawn_lmdb_gc, LmdbStore};
+use crate::dbs::lmdb::{LmdbStore, spawn_lmdb_gc};
6
use crate::error::Error;
7
use crate::file_picker::FilePicker;
8
use crate::frecency::FrecencyTracker;
0 commit comments