Skip to content

Commit

Permalink
docs: Correct TypedHeader link in axum-core/extract/request_parts.rs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
K-tecchan authored Feb 28, 2025
1 parent f9ba777 commit 0cab175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum-core/src/extract/request_parts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ where
///
/// Prefer using [`TypedHeader`] to extract only the headers you need.
///
/// [`TypedHeader`]: https://docs.rs/axum/0.8/axum/extract/struct.TypedHeader.html
/// [`TypedHeader`]: https://docs.rs/axum-extra/0.10/axum_extra/struct.TypedHeader.html
impl<S> FromRequestParts<S> for HeaderMap
where
S: Send + Sync,
Expand Down

0 comments on commit 0cab175

Please sign in to comment.