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

do not re-export Version

This commit is contained in:
Nikolay Kim 2018-03-28 22:00:36 -07:00
parent 13bb5f20d2
commit 9e61c67128

View file

@ -148,7 +148,7 @@ pub use server::HttpServer;
pub use extractor::{Path, Query};
// re-exports
pub use http::{Method, StatusCode, Version};
pub use http::{Method, StatusCode};
#[cfg(feature="openssl")]
pub(crate) const HAS_OPENSSL: bool = true;