diff options
| author | Fuwn <[email protected]> | 2021-03-24 11:39:16 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-24 11:39:16 +0000 |
| commit | 6b03628352aeda71c794dc19750edf2497a88185 (patch) | |
| tree | 64f48199f0b6716c52052fb81a9a8973431f2efb /src/lib.rs | |
| parent | etc: Remove unused module and implement structures (diff) | |
| download | whirl-6b03628352aeda71c794dc19750edf2497a88185.tar.xz whirl-6b03628352aeda71c794dc19750edf2497a88185.zip | |
format: Move server type specific functions to correct modules
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ #[macro_use] extern crate log; -pub mod cmd; pub mod db; pub mod server; pub mod utils; |