mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 04:50:31 +00:00
Fix typo on customize-extractor-error
example (#2124)
This commit is contained in:
parent
f9ea40bb44
commit
64c566cd1c
@ -4,7 +4,7 @@ already existing extractors
|
||||
- [`with_rejection`](src/with_rejection.rs): Uses
|
||||
`axum_extra::extract::WithRejection` to transform one rejection into another
|
||||
- [`derive_from_request`](src/derive_from_request.rs): Uses the
|
||||
`axum::extractr::FromRequest` derive macro to wrap another extractor and
|
||||
`axum::extract::FromRequest` derive macro to wrap another extractor and
|
||||
customize the rejection
|
||||
- [`custom_extractor`](src/custom_extractor.rs): Manual implementation of
|
||||
`FromRequest` that wraps another extractor
|
||||
|
Loading…
x
Reference in New Issue
Block a user