mirror of https://github.com/tokio-rs/axum
Add `docsrs` feature to axum-core and axum-macros (#2164)
This commit is contained in:
parent
268ba08e8e
commit
449e4c1138
|
@ -52,3 +52,7 @@ allowed = [
|
|||
"http_body",
|
||||
"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]
|
||||
allowed = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
|
Loading…
Reference in New Issue