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 e5ef5af commit 4256e85Copy full SHA for 4256e85
src/server/server.rs
@@ -34,6 +34,7 @@ pin_project! {
34
/// handlers. It is built using the [`Builder`](Builder), and the future
35
/// completes when the server has been shutdown. It should be run by an
36
/// `Executor`.
37
+ #[cfg_attr(feature = "deprecated", allow(deprecated))]
38
pub struct Server<I, S, E = Exec> {
39
#[pin]
40
incoming: I,
@@ -189,6 +190,7 @@ where
189
190
}
191
192
193
194
pub(super) fn poll_watch<W>(
195
mut self: Pin<&mut Self>,
196
cx: &mut task::Context<'_>,
0 commit comments