mirror of
https://github.com/actix/actix-web.git
synced 2024-11-29 04:51:13 +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)]
|
#[allow(clippy::module_inception)]
|
||||||
mod response;
|
mod response;
|
||||||
|
|
||||||
#[cfg(feature = "cookies")]
|
|
||||||
pub use self::response::CookieIter;
|
|
||||||
pub use self::{
|
pub use self::{
|
||||||
builder::HttpResponseBuilder, customize_responder::CustomizeResponder, responder::Responder,
|
builder::HttpResponseBuilder, customize_responder::CustomizeResponder, responder::Responder,
|
||||||
response::HttpResponse,
|
response::HttpResponse,
|
||||||
|
|
Loading…
Reference in a new issue