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 42bc0a6..3b603f3 100644
--- a/src/axum.rs
+++ b/src/axum.rs
@@ -148,7 +148,6 @@ impl<T: std::fmt::Debug> std::fmt::Debug for OptionalQsQuery<T> {
}
}
-#[axum::async_trait]
impl<T, S> FromRequestParts<S> for OptionalQsQuery<T>
where
T: serde::de::DeserializeOwned,