aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 6d1d2e1..8d92048 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -10,10 +10,9 @@ use hjul::*;
use std::error::Error;
use std::fmt;
use std::net::SocketAddr;
-use std::sync::Arc;
use std::time::Duration;
-use types::{Bind, KeyPair, Tun};
+use types::{Bind, Tun};
#[derive(Debug)]
enum TunError {}