1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-27 07:19:04 +02:00

chore: remove unusable re-export

This commit is contained in:
Rob Ede
2023-10-29 01:53:03 +00:00
parent 3193b81a3e
commit 9e51116da2

View File

@ -5,8 +5,6 @@ mod responder;
#[allow(clippy::module_inception)]
mod response;
#[cfg(feature = "cookies")]
pub use self::response::CookieIter;
pub use self::{
builder::HttpResponseBuilder, customize_responder::CustomizeResponder, responder::Responder,
response::HttpResponse,