Skip to content

Commit 336e0e6

Browse files
committed
refactor: reorganize mod to extract new submods
1 parent 61fb4b2 commit 336e0e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/servers/udp/server.rs src/servers/udp/server/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
//! because we want to be able to start and stop the server multiple times, and
1717
//! we want to know the bound address and the current state of the server.
1818
//! In production, the `Udp` launcher is used directly.
19-
//!
2019
2120
use std::cell::RefCell;
2221
use std::fmt::Debug;

0 commit comments

Comments
 (0)