Add docsrs feature to axum-core and axum-macros (#2164)

This commit is contained in:
David Pedersen
2023-09-16 22:24:00 +02:00
parent 0b7bf4b240
commit 508f7d8166
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -49,3 +49,7 @@ allowed = [
"http_body",
"tower_layer",
]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
+4
View File
@@ -41,3 +41,7 @@ trybuild = "1.0.63"
[package.metadata.cargo-public-api-crates]
allowed = []
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]