diff --git a/volo-http/src/client/cookie.rs b/volo-http/src/client/cookie.rs index 36afed60..946fe317 100644 --- a/volo-http/src/client/cookie.rs +++ b/volo-http/src/client/cookie.rs @@ -87,8 +87,7 @@ impl CookieLayer { /// /// and store cookies after receiving the response. /// - /// It is recommended to use [`CookieLayer`] as the innermost layer in the client stack, - /// + /// It is recommended to use [`CookieLayer`] as the innermost layer in the client stack /// since it will extract cookies from the request header and store them before and after call /// the transport layer. ///