diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/src/stream/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/src/stream/mod.rs b/net/src/stream/mod.rs index a9aa1ef..09a8376 100644 --- a/net/src/stream/mod.rs +++ b/net/src/stream/mod.rs @@ -3,7 +3,7 @@ mod buffer; mod websocket; #[cfg(feature = "ws")] -pub use websocket::{WsStream, WriteWsStream, ReadWsStream}; +pub use websocket::{ReadWsStream, WriteWsStream, WsStream}; use std::{ io::ErrorKind, |