mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 23:34:40 +00:00
subscriber: fix missing rustdoc-args on docs.rs (#563)
This should fix the `doc-cfg` attributes not being present in the docs.rs docs. Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
6229025973
commit
bf6c4d55b7
@ -67,6 +67,7 @@ maintenance = { status = "experimental" }
|
|||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
rustdoc-args = ["--cfg", "docsrs"]
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "filter"
|
name = "filter"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user