Skip to content

Commit 7e45d09

Browse files
committed
Fix CI
1 parent a3d0326 commit 7e45d09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

axum-extra/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,8 @@ allowed = [
104104
"tokio",
105105
"tower_layer",
106106
"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",
107111
]

0 commit comments

Comments
 (0)