Skip to content

Commit d5702e6

Browse files
committed
more mod declaration
1 parent 9a63f5f commit d5702e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binaries/cuprated/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ use crate::{
2929
};
3030

3131
mod args;
32+
mod default;
3233
mod fs;
3334
mod p2p;
3435
mod rayon;
@@ -40,7 +41,6 @@ mod tracing_config;
4041

4142
#[macro_use]
4243
mod macros;
43-
mod default;
4444

4545
use fs::FileSystemConfig;
4646
pub use p2p::{p2p_port, P2PConfig};

0 commit comments

Comments
 (0)