refactor(server): Merge imports

This commit is contained in:
Jonas Platte
2021-08-29 20:52:05 +02:00
committed by Sean McArthur
parent db57316e14
commit d49c25b224

View File

@@ -73,8 +73,7 @@ use crate::service::{HttpService, MakeServiceRef};
use crate::upgrade::Upgraded;
use self::spawn_all::NewSvcTask;
pub(super) use self::spawn_all::NoopWatcher;
pub(super) use self::spawn_all::Watcher;
pub(super) use self::spawn_all::{NoopWatcher, Watcher};
pub(super) use self::upgrades::UpgradeableConnection;
#[cfg(feature = "tcp")]