From fc470ce06bebf058d4cf3a162b44e02cb51d6962 Mon Sep 17 00:00:00 2001 From: Zheng Li <875543533@qq.com> Date: Mon, 23 Sep 2024 02:22:22 +0800 Subject: [PATCH] Update lib.rs --- axum-macros/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/axum-macros/src/lib.rs b/axum-macros/src/lib.rs index f1de3ce8..f5aeaab7 100644 --- a/axum-macros/src/lib.rs +++ b/axum-macros/src/lib.rs @@ -246,7 +246,6 @@ use from_request::Trait::{FromRequest, FromRequestParts}; /// /// struct MyInnerType; /// -/// #[axum::async_trait] /// impl FromRequestParts for MyInnerType { /// // ... /// # type Rejection = ();