aboutsummaryrefslogtreecommitdiff
path: root/src/endpoint.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/endpoint.rs')
-rw-r--r--src/endpoint.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/endpoint.rs b/src/endpoint.rs
index d8dc6c4..7088879 100644
--- a/src/endpoint.rs
+++ b/src/endpoint.rs
@@ -7,7 +7,6 @@ use async_trait::async_trait;
use crate::error::Error;
use crate::message::*;
use crate::netapp::*;
-use crate::util::*;
/// This trait should be implemented by an object of your application
/// that can handle a message of type `M`, if it wishes to handle