aboutsummaryrefslogtreecommitdiff
path: root/src/message/handshake
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-12-02 18:31:19 +0100
committerMax Audron <audron@cocaine.farm>2021-12-02 18:31:19 +0100
commit9c8733e42f3604817ad6b881f5654b673bbc4d00 (patch)
tree966100eef04d1fde36b797e609d15eb1b4bb5ba7 /src/message/handshake
parentadd basic buffersyncer impl (diff)
upgrade to rust 2021 edition
Diffstat (limited to 'src/message/handshake')
-rw-r--r--src/message/handshake/sessioninit.rs2
-rw-r--r--src/message/handshake/types.rs1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/message/handshake/sessioninit.rs b/src/message/handshake/sessioninit.rs
index fa99f32..04f3cff 100644
--- a/src/message/handshake/sessioninit.rs
+++ b/src/message/handshake/sessioninit.rs
@@ -1,5 +1,3 @@
-use std::convert::TryInto;
-
use crate::message::objects::Identity;
use crate::primitive::{BufferInfo, Variant, VariantMap};
use crate::HandshakeSerialize;
diff --git a/src/message/handshake/types.rs b/src/message/handshake/types.rs
index e9e6469..6d4960d 100644
--- a/src/message/handshake/types.rs
+++ b/src/message/handshake/types.rs
@@ -1,4 +1,3 @@
-use std::convert::TryInto;
use std::result::Result;
use std::vec::Vec;