From a103bacb85a585aceabf44017b13943b3e70b5f7 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 5 Apr 2021 22:39:57 +0100 Subject: [PATCH] prevent conflicts with another pr --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 6cb007e2c..1d5d5b83d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -96,7 +96,6 @@ pub(crate) mod types; pub mod web; #[cfg(feature = "cookies")] -#[doc(inline)] pub use actix_http::cookie; pub use actix_http::Response as HttpResponse; pub use actix_http::{body, Error, HttpMessage, ResponseError, Result};