We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86359a5 commit c694b13Copy full SHA for c694b13
src/server/mod.rs
@@ -181,10 +181,7 @@ where S: NetworkStream + Clone, H: Handler {
181
182
/// A listening server, which can later be closed.
183
pub struct Listening {
184
- #[cfg(feature = "nightly")]
185
_guard: Option<JoinHandle<()>>,
186
- #[cfg(not(feature = "nightly"))]
187
- _guard: Option<JoinHandle>,
188
/// The socket addresses that the server is bound to.
189
pub socket: SocketAddr,
190
}
0 commit comments