mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-13 02:10:43 +01:00
Update lib.rs
This commit is contained in:
parent
7755d1e446
commit
fc470ce06b
1 changed files with 0 additions and 1 deletions
|
@ -246,7 +246,6 @@ use from_request::Trait::{FromRequest, FromRequestParts};
|
|||
///
|
||||
/// struct MyInnerType;
|
||||
///
|
||||
/// #[axum::async_trait]
|
||||
/// impl FromRequestParts<CustomState> for MyInnerType {
|
||||
/// // ...
|
||||
/// # type Rejection = ();
|
||||
|
|
Loading…
Reference in a new issue