We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fc4fb commit f6df567Copy full SHA for f6df567
src/backend.rs
@@ -6,7 +6,6 @@ use std::time::Instant;
6
use crossbeam_channel::{bounded, Receiver, RecvTimeoutError};
7
8
use crate::background::BackgroundHandle;
9
-use crate::compact::Compression;
10
use crate::compression::BackgroundCompactor;
11
use crate::filesdb::FilesDb;
12
use crate::folder::{FileKind, FolderInfo, FolderScan};
0 commit comments