mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-18 19:04:27 -04:00
refactor(server): Merge imports
This commit is contained in:
committed by
Sean McArthur
parent
ae6091197b
commit
8b86ece1fe
+1
-2
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user