summaryrefslogtreecommitdiff
path: root/src/axum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/axum.rs')
-rw-r--r--src/axum.rs1
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,