mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 17:55:37 +00:00
Remove unnecessary reexport
This commit is contained in:
committed by
Dirkjan Ochtman
parent
563069e18c
commit
dbce6b2a4b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user