diff --git a/src/handshake/mod.rs b/src/handshake/mod.rs index 9310e04..f3387a4 100644 --- a/src/handshake/mod.rs +++ b/src/handshake/mod.rs @@ -2,8 +2,8 @@ pub mod client; pub mod headers; -pub mod server; pub mod machine; +pub mod server; use std::{ error::Error as ErrorTrait,