aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2021-06-13 14:02:23 +0200
committerTeddy Wing2021-06-13 14:02:23 +0200
commit8c247b5c2881e91a54622eb90dad8ca777db592e (patch)
tree6f0040e033cb0a61c94491d72e1aa9bcb34d3f45 /src
parentd6431293abcbecc77b0e798b9fed551e821debab (diff)
downloadreflectub-8c247b5c2881e91a54622eb90dad8ca777db592e.tar.bz2
main: Remove unused `std::sync` imports
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 6962370..792b45a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -35,7 +35,6 @@ use std::fs;
use std::io;
use std::path::{Path, PathBuf};
use std::process;
-use std::sync::{Arc, Mutex};
fn main() {