mirror of
https://github.com/actix/actix-web.git
synced 2024-11-25 11:01:14 +00:00
chore: remove unusable re-export
This commit is contained in:
parent
3193b81a3e
commit
9e51116da2
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue