Skip to content

Commit

Permalink
Show docs for JsonDeserializer
Browse files Browse the repository at this point in the history
  • Loading branch information
future-highway committed Dec 16, 2023
1 parent 6eaa657 commit 7cf64c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion axum/src/extract/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ pub use self::connect_info::ConnectInfo;

#[doc(no_inline)]
#[cfg(feature = "json")]
pub use crate::{json::JsonDeserializer, Json};
pub use crate::Json;

#[cfg(feature = "json")]
pub use crate::json::JsonDeserializer;

#[doc(no_inline)]
pub use crate::Extension;
Expand Down

0 comments on commit 7cf64c3

Please sign in to comment.