prevent conflicts with another pr

This commit is contained in:
Rob Ede 2021-04-05 22:39:57 +01:00 committed by GitHub
parent 1bdf77b910
commit a103bacb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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};