From cb767ba6e3e71920477ad76a57b2f01c43e5f577 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 23 Feb 2025 13:57:08 +0100 Subject: clean up unused_import and unused_variables a bit --- src/message/handshake/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/message/handshake') 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; -- cgit v1.2.3