chore: remove outdated link (#2497)

This commit is contained in:
Kirill Zaborsky 2024-02-09 02:59:08 +03:00 committed by GitHub
parent a3ec44a5a0
commit 62324aad91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)