Fix cargo clippy suggestions

This commit is contained in:
Philip
2021-10-10 13:49:00 +02:00
parent 0bcbdba158
commit 1a14e24173
8 changed files with 35 additions and 48 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#[cfg(target_os = "linux")]
mod symlinks;
mod sync;
mod synchronization;
pub use sync::run_sync;
pub use synchronization::run_sync;