We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fb4b2 commit 336e0e6Copy full SHA for 336e0e6
src/servers/udp/server.rs src/servers/udp/server/mod.rs
@@ -16,7 +16,6 @@
16
//! because we want to be able to start and stop the server multiple times, and
17
//! we want to know the bound address and the current state of the server.
18
//! In production, the `Udp` launcher is used directly.
19
-//!
20
21
use std::cell::RefCell;
22
use std::fmt::Debug;
0 commit comments