From f34666ddba72d41b33b29f371fe837c21d09afd8 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Sat, 12 Nov 2022 19:05:02 +0800 Subject: [PATCH] minor --- src/handshake/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,