Some documentation fixes (#3027)

This commit is contained in:
Jonas Platte
2024-11-14 21:12:16 +01:00
committed by GitHub
parent 62e88df629
commit 56c709b33d
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ define_rejection! {
#[body = "Failed to buffer the request body"]
/// Encountered some other error when buffering the body.
///
/// This can _only_ happen when you're using [`tower_http::limit::RequestBodyLimitLayer`] or
/// This can _only_ happen when you're using [`tower_http::limit::RequestBodyLimitLayer`] or
/// otherwise wrapping request bodies in [`http_body_util::Limited`].
pub struct LengthLimitError(Error);
}