From 651cc1e9353c3417f5ac546c60ce27981fe40cf5 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 28 Sep 2025 19:37:31 +0200 Subject: [PATCH] Remove unused link def --- axum/src/docs/extract.md | 1 - 1 file changed, 1 deletion(-) diff --git a/axum/src/docs/extract.md b/axum/src/docs/extract.md index ff0a37e4..4659d908 100644 --- a/axum/src/docs/extract.md +++ b/axum/src/docs/extract.md @@ -686,5 +686,4 @@ logs, enable the `tracing` feature for axum (enabled by default) and the [customize-extractor-error]: https://github.com/tokio-rs/axum/blob/main/examples/customize-extractor-error/src/main.rs [`HeaderMap`]: https://docs.rs/http/latest/http/header/struct.HeaderMap.html [`Request`]: https://docs.rs/http/latest/http/struct.Request.html -[`RequestParts::body_mut`]: crate::extract::RequestParts::body_mut [`JsonRejection::JsonDataError`]: rejection::JsonRejection::JsonDataError