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

simplify With handlers

This commit is contained in:
Nikolay Kim
2018-03-31 09:58:33 -07:00
parent 16c212f853
commit 8791c0f880
4 changed files with 62 additions and 104 deletions

View File

@@ -178,7 +178,6 @@ pub mod dev {
pub use handler::{Handler, Reply, FromRequest};
pub use route::Route;
pub use resource::Resource;
pub use with::WithHandler;
pub use json::JsonBody;
pub use router::{Router, Pattern};
pub use param::{FromParam, Params};