We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d0326 commit 7e45d09Copy full SHA for 7e45d09
axum-extra/Cargo.toml
@@ -104,4 +104,8 @@ allowed = [
104
"tokio",
105
"tower_layer",
106
"tower_service",
107
+ # typed-json does not appear in the public API, but does appear in `#[doc(hidden)]` re-exports
108
+ # accessed by macros that are not a part of the public API.
109
+ # See also: https://github.com/davidpdrsn/cargo-public-api-crates/issues/6
110
+ "typed-json",
111
]
0 commit comments