Skip to content

Commit

Permalink
chore: remove unusable re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 29, 2023
1 parent 3193b81 commit 9e51116
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actix-web/src/response/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9e51116

Please sign in to comment.