aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-06 00:24:21 +0000
committerFuwn <[email protected]>2021-06-06 00:24:21 +0000
commit7cebc1e93093c68c65ce1dfb540d2dd30a9159a0 (patch)
treec1568d3cd8ea95aba32b1ac41debad57b1a37f30 /crates/whirl_server/src/lib.rs
parentfix(whirl_server::hub): space between debug log message (diff)
downloadwhirl-7cebc1e93093c68c65ce1dfb540d2dd30a9159a0.tar.xz
whirl-7cebc1e93093c68c65ce1dfb540d2dd30a9159a0.zip
refactor(whirl_server): move orphan types out of orphan module
Diffstat (limited to 'crates/whirl_server/src/lib.rs')
-rw-r--r--crates/whirl_server/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/whirl_server/src/lib.rs b/crates/whirl_server/src/lib.rs
index c1ff7e8..39cbf97 100644
--- a/crates/whirl_server/src/lib.rs
+++ b/crates/whirl_server/src/lib.rs
@@ -33,7 +33,6 @@ mod net;
pub mod distributor;
pub mod hub;
mod packet_parser;
-mod types;
use std::{error::Error, fmt, net::SocketAddr, sync::Arc};