diff options
| author | Max Audron <audron@cocaine.farm> | 2025-02-23 13:57:08 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-02-23 13:57:08 +0100 |
| commit | cb767ba6e3e71920477ad76a57b2f01c43e5f577 (patch) | |
| tree | cfe84a89ae7018c7c0b8afb6e9d61c83138d2812 /src/message/handshake/mod.rs | |
| parent | fix server feature errors (diff) | |
clean up unused_import and unused_variables a bit
Diffstat (limited to 'src/message/handshake/mod.rs')
| -rw-r--r-- | src/message/handshake/mod.rs | 1 |
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; |
