Updated doc link versions to use more explicit 0.7 version. (#2379)

This commit is contained in:
Justin Sexton
2023-11-29 09:31:17 +00:00
committed by GitHub
parent 6d7ddee9ae
commit f98bc1186a
6 changed files with 12 additions and 12 deletions
@@ -5,7 +5,7 @@ error[E0277]: the trait bound `bool: FromRequestParts<()>` is not satisfied
| ^^^^ the trait `FromRequestParts<()>` is not implemented for `bool`
|
= note: Function argument is not a valid axum extractor.
See `https://docs.rs/axum/latest/axum/extract/index.html` for details
See `https://docs.rs/axum/0.7/axum/extract/index.html` for details
= help: the following other types implement trait `FromRequestParts<S>`:
<HeaderMap as FromRequestParts<S>>
<Extension<T> as FromRequestParts<S>>