docs: Correct TypedHeader link in axum-core/extract/request_parts.rs (#3234)

This commit is contained in:
K-tecchan
2025-02-28 07:22:51 +00:00
committed by GitHub
parent f9ba7776d9
commit 0cab17542e
+1 -1
View File
@@ -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,