mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 09:59:21 +02:00
do not re-export Version
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user