From a790abca877f7543045143cea1c8ec0532a4a0df Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sun, 8 Aug 2021 20:26:42 +0200 Subject: [PATCH] More consistent docs --- src/response.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/response.rs b/src/response.rs index 0c194310..11b5aecc 100644 --- a/src/response.rs +++ b/src/response.rs @@ -89,8 +89,7 @@ pub trait IntoResponse { /// Unless you're implementing this trait for a custom body type, these are /// some common types you can use: /// - /// - [`hyper::Body`]: A good default that supports most use cases. This is - /// also re-exported as [`axum::body::Body`]. + /// - [`axum::body::Body`]: A good default that supports most use cases. /// - [`axum::body::Empty`]: When you know your response is always /// empty. /// - [`axum::body::Full`]: When you know your response always