diff options
Diffstat (limited to 'src/axum.rs')
-rw-r--r-- | src/axum.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/axum.rs b/src/axum.rs index e9a3c17..42bc0a6 100644 --- a/src/axum.rs +++ b/src/axum.rs @@ -68,7 +68,6 @@ impl<T: std::fmt::Debug> std::fmt::Debug for QsQuery<T> { } } -#[axum::async_trait] impl<T, S> FromRequestParts<S> for QsQuery<T> where T: serde::de::DeserializeOwned, |