aboutsummaryrefslogtreecommitdiffstats
path: root/src/router/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/router/types.rs')
-rw-r--r--src/router/types.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/router/types.rs b/src/router/types.rs
index f9f867a..736e7c8 100644
--- a/src/router/types.rs
+++ b/src/router/types.rs
@@ -1,6 +1,5 @@
use std::error::Error;
use std::fmt;
-use std::marker::PhantomData;
pub trait Opaque: Send + Sync + 'static {}