Skip to content

Commit

Permalink
Fixes: tokio-rs#2844 broken RequestBodyLimit doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
redforks committed Jul 29, 2024
1 parent 1901b80 commit 73dcf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum-core/src/extract/default_body_limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ use tower_layer::Layer;
/// [`Json`]: https://docs.rs/axum/0.7/axum/struct.Json.html
/// [`Form`]: https://docs.rs/axum/0.7/axum/struct.Form.html
/// [`FromRequest`]: crate::extract::FromRequest
/// [`RequestBodyLimit`]: tower_http::limit::RequestBodyLimit
/// [`RequestBodyLimit`]: https://docs.rs/tower-http/0.5.2/tower_http/limit/struct.RequestBodyLimit.html
/// [`RequestExt::with_limited_body`]: crate::RequestExt::with_limited_body
/// [`RequestExt::into_limited_body`]: crate::RequestExt::into_limited_body
#[derive(Debug, Clone)]
Expand Down

0 comments on commit 73dcf4f

Please sign in to comment.