Improve tower-http doc links (#1842)

This commit is contained in:
Jonas Platte
2023-03-12 11:15:58 +01:00
committed by GitHub
parent 5793e75aac
commit f65fa22f34
4 changed files with 43 additions and 37 deletions
-2
View File
@@ -30,8 +30,6 @@ define_rejection! {
///
/// This can _only_ happen when you're using [`tower_http::limit::RequestBodyLimitLayer`] or
/// otherwise wrapping request bodies in [`http_body::Limited`].
///
/// [`tower_http::limit::RequestBodyLimitLayer`]: https://docs.rs/tower-http/0.3/tower_http/limit/struct.RequestBodyLimitLayer.html
pub struct LengthLimitError(Error);
}