diff options
Diffstat (limited to 'src/message/handshake')
| -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; |
