1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00: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
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

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,