Remove unnecessary reexport

This commit is contained in:
Benjamin Saunders
2020-06-06 14:42:05 -07:00
committed by Dirkjan Ochtman
parent 563069e18c
commit dbce6b2a4b
+1 -1
View File
@@ -42,7 +42,7 @@ pub use config::{ConfigError, TransportConfig};
pub mod crypto;
#[cfg(feature = "rustls")]
pub use crypto::{rustls::HandshakeData, types::*};
pub use crypto::types::*;
mod frame;
use crate::frame::Frame;