diff options
| author | Fuwn <[email protected]> | 2021-06-06 00:24:21 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-06 00:24:21 -0700 |
| commit | 233104e6e37345c1d29f623208bc12651027ec37 (patch) | |
| tree | 62418d42700f21a61279f624ab20172c2b6bc086 /crates/whirl_server/src/lib.rs | |
| parent | fix(whirl_server::hub): space between debug log message (diff) | |
| download | whirl-233104e6e37345c1d29f623208bc12651027ec37.tar.xz whirl-233104e6e37345c1d29f623208bc12651027ec37.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.rs | 1 |
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}; |