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:
Eliza Weisman 2020-02-04 10:17:32 -08:00 committed by GitHub
parent 6229025973
commit bf6c4d55b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ maintenance = { status = "experimental" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[bench]]
name = "filter"