Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lz1998 committed Dec 29, 2023
1 parent a160f98 commit 3788043
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions axum-extra/src/extract/json_deserializer.rs
@@ -1,4 +1,3 @@
use axum::async_trait;
use axum::extract::{FromRequest, Request};
use axum_core::__composite_rejection as composite_rejection;
use axum_core::__define_rejection as define_rejection;
Expand Down Expand Up @@ -85,7 +84,6 @@ pub struct JsonDeserializer<T> {
_marker: PhantomData<T>,
}

#[async_trait]
impl<T, S> FromRequest<S> for JsonDeserializer<T>
where
T: Deserialize<'static>,
Expand Down

0 comments on commit 3788043

Please sign in to comment.