mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
do not re-export Version
This commit is contained in:
parent
13bb5f20d2
commit
9e61c67128
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user