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 8f397c4 commit 967b62bCopy full SHA for 967b62b
src/store/fs/options.rs
@@ -4,11 +4,10 @@ use std::{
4
time::Duration,
5
};
6
7
+pub use super::gc::{GcConfig, ProtectCb, ProtectOutcome};
8
use super::{meta::raw_outboard_size, temp_name};
9
use crate::Hash;
10
-pub use super::gc::{GcConfig, ProtectCb, ProtectOutcome};
11
-
12
/// Options for directories used by the file store.
13
#[derive(Debug, Clone)]
14
pub struct PathOptions {
0 commit comments