mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Add docsrs feature to axum-core and axum-macros (#2164)
This commit is contained in:
@@ -49,3 +49,7 @@ allowed = [
|
|||||||
"http_body",
|
"http_body",
|
||||||
"tower_layer",
|
"tower_layer",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
rustdoc-args = ["--cfg", "docsrs"]
|
||||||
|
|||||||
@@ -41,3 +41,7 @@ trybuild = "1.0.63"
|
|||||||
|
|
||||||
[package.metadata.cargo-public-api-crates]
|
[package.metadata.cargo-public-api-crates]
|
||||||
allowed = []
|
allowed = []
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
rustdoc-args = ["--cfg", "docsrs"]
|
||||||
|
|||||||
Reference in New Issue
Block a user