aboutsummaryrefslogtreecommitdiff
path: root/src/message/handshake/init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/message/handshake/init.rs')
-rw-r--r--src/message/handshake/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message/handshake/init.rs b/src/message/handshake/init.rs
index 51514ff..9f011ed 100644
--- a/src/message/handshake/init.rs
+++ b/src/message/handshake/init.rs
@@ -1,4 +1,4 @@
-use crate::{deserialize::Deserialize, serialize::Serialize};
+use crate::serialize::{Deserialize, Serialize};
/// The first few bytes sent to the core to initialize the connection and setup if we want to use tls and compression
#[derive(Clone, Debug)]