diff --git a/axum/src/docs/extract.md b/axum/src/docs/extract.md index 13d27171..49654289 100644 --- a/axum/src/docs/extract.md +++ b/axum/src/docs/extract.md @@ -12,7 +12,6 @@ Types and traits for extracting data from requests. - [Defining custom extractors](#defining-custom-extractors) - [Accessing other extractors in `FromRequest` or `FromRequestParts` implementations](#accessing-other-extractors-in-fromrequest-or-fromrequestparts-implementations) - [Request body limits](#request-body-limits) -- [Request body extractors](#request-body-extractors) - [Wrapping extractors](#wrapping-extractors) - [Logging rejections](#logging-rejections)