Update lib.rs

This commit is contained in:
Zheng Li 2024-09-23 02:22:22 +08:00 committed by GitHub
parent 7755d1e446
commit fc470ce06b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,7 +246,6 @@ use from_request::Trait::{FromRequest, FromRequestParts};
/// ///
/// struct MyInnerType; /// struct MyInnerType;
/// ///
/// #[axum::async_trait]
/// impl FromRequestParts<CustomState> for MyInnerType { /// impl FromRequestParts<CustomState> for MyInnerType {
/// // ... /// // ...
/// # type Rejection = (); /// # type Rejection = ();