1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-02 18:55:05 +00:00

remove unneeded import

This commit is contained in:
Nikolay Kim 2018-03-28 14:38:01 -07:00
parent e1d2536d85
commit 4f7d45ee9c

View file

@ -145,7 +145,7 @@ pub use route::Route;
pub use resource::Resource;
pub use context::HttpContext;
pub use server::HttpServer;
pub use extractor::{Path, PathAndQuery, Query};
pub use extractor::{Path, Query};
// re-exports
pub use http::{Method, StatusCode, Version};