Skip to content

Commit

Permalink
Fix some intra-doc links not resolving correctly on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Jul 28, 2022
1 parent 3115fdf commit 0225eba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ query = ["serde_urlencoded"]
tower-log = ["tower/log"]
ws = ["tokio-tungstenite", "sha-1", "base64"]

# Required for intra-doc links to resolve correctly
__private_docs = ["tower/full", "tower-http/full"]

[dependencies]
async-trait = "0.1.43"
axum-core = { path = "../axum-core", version = "0.2.6" }
Expand Down

0 comments on commit 0225eba

Please sign in to comment.