1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 17:07:01 +02:00

move Service to service sub mod

This commit is contained in:
Nikolay Kim
2018-09-11 09:30:22 -07:00
parent 43d6719703
commit 82b71d91ea
16 changed files with 22 additions and 22 deletions

View File

@@ -10,6 +10,7 @@ mod worker;
pub use self::server::Server;
pub use self::services::ServerServiceFactory;
#[allow(unused_imports)]
pub(crate) use self::worker::{Connections, ConnectionsGuard};
/// Pause accepting incoming connections