diff --git a/src/server/mod.rs b/src/server/mod.rs index 3496dc1a..3d525b32 100644 --- a/src/server/mod.rs +++ b/src/server/mod.rs @@ -134,7 +134,7 @@ impl Server { } #[cfg(feature = "tcp")] -impl Server { +impl Server { /// Returns the local address that this server is bound to. pub fn local_addr(&self) -> SocketAddr { self.spawn_all.local_addr()