aboutsummaryrefslogtreecommitdiff
path: root/src/message/handshake
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-02-23 13:57:08 +0100
committerMax Audron <audron@cocaine.farm>2025-02-23 13:57:08 +0100
commitcb767ba6e3e71920477ad76a57b2f01c43e5f577 (patch)
treecfe84a89ae7018c7c0b8afb6e9d61c83138d2812 /src/message/handshake
parentfix server feature errors (diff)
clean up unused_import and unused_variables a bit
Diffstat (limited to 'src/message/handshake')
-rw-r--r--src/message/handshake/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message/handshake/mod.rs b/src/message/handshake/mod.rs
index 186abf0..022b71f 100644
--- a/src/message/handshake/mod.rs
+++ b/src/message/handshake/mod.rs
@@ -22,6 +22,7 @@ pub use features::*;
pub use init::*;
pub use protocol::*;
pub use sessioninit::*;
+#[allow(unused_imports)]
pub use types::*;
use crate::error::ProtocolError;