mirror of https://github.com/fafhrd91/actix-web
prevent conflicts with another pr
This commit is contained in:
parent
1bdf77b910
commit
a103bacb85
|
@ -96,7 +96,6 @@ pub(crate) mod types;
|
||||||
pub mod web;
|
pub mod web;
|
||||||
|
|
||||||
#[cfg(feature = "cookies")]
|
#[cfg(feature = "cookies")]
|
||||||
#[doc(inline)]
|
|
||||||
pub use actix_http::cookie;
|
pub use actix_http::cookie;
|
||||||
pub use actix_http::Response as HttpResponse;
|
pub use actix_http::Response as HttpResponse;
|
||||||
pub use actix_http::{body, Error, HttpMessage, ResponseError, Result};
|
pub use actix_http::{body, Error, HttpMessage, ResponseError, Result};
|
||||||
|
|
Loading…
Reference in New Issue