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 db57316 commit d49c25bCopy full SHA for d49c25b
src/server/conn.rs
@@ -73,8 +73,7 @@ use crate::service::{HttpService, MakeServiceRef};
73
use crate::upgrade::Upgraded;
74
75
use self::spawn_all::NewSvcTask;
76
-pub(super) use self::spawn_all::NoopWatcher;
77
-pub(super) use self::spawn_all::Watcher;
+pub(super) use self::spawn_all::{NoopWatcher, Watcher};
78
pub(super) use self::upgrades::UpgradeableConnection;
79
80
#[cfg(feature = "tcp")]
0 commit comments