1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 01:16:59 +02:00

move service to submodule; update travis config

This commit is contained in:
Nikolay Kim
2019-01-30 10:29:15 -08:00
parent 3e6bdbd9ee
commit 76866f054f
3 changed files with 13 additions and 0 deletions

3
src/service/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
mod senderror;
pub use self::senderror::{SendError, SendResponse};