1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01: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}; pub use extractor::{Path, Query};
// re-exports // re-exports
pub use http::{Method, StatusCode, Version}; pub use http::{Method, StatusCode};
#[cfg(feature="openssl")] #[cfg(feature="openssl")]
pub(crate) const HAS_OPENSSL: bool = true; pub(crate) const HAS_OPENSSL: bool = true;