From 62324aad912f17059c0952bea5989d27f05a96b3 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Fri, 9 Feb 2024 02:59:08 +0300 Subject: [PATCH] chore: remove outdated link (#2497) --- axum/src/docs/extract.md | 1 - 1 file changed, 1 deletion(-) 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)