diff options
author | Martin Fischer <martin@push-f.com> | 2022-07-27 14:29:00 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-07-27 14:29:00 +0200 |
commit | 70a6127d48baa86c724d467943e64074c9e41f18 (patch) | |
tree | 9070183319448c56811bc6cdc1cec1ab3e82eb81 /src/lib.rs | |
parent | dadd46143e7a0fb9d512d5601a6f8fef553fd82a (diff) |
remove security module
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -11,10 +11,6 @@ pub use mime; pub mod request; pub mod response; -#[cfg(feature = "security")] -#[cfg_attr(docsrs, doc(cfg(feature = "security")))] -pub mod security; - #[cfg(feature = "hyper_body")] #[cfg_attr(docsrs, doc(cfg(feature = "hyper_body")))] pub mod hyper_body; |