mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +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]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[[bench]]
|
||||
name = "filter"
|
||||
|
Loading…
x
Reference in New Issue
Block a user