mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 21:38:46 +00:00
do not re-export Version
This commit is contained in:
parent
13bb5f20d2
commit
9e61c67128
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue