docs: fix tokio-stream features not being displayed (#3378)

This commit is contained in:
Alice Ryhl 2021-01-05 11:43:09 +01:00 committed by GitHub
parent 3b840fb305
commit 3549092a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,3 +38,7 @@ async-stream = "0.3"
futures = { version = "0.3", default-features = false }
proptest = "0.10.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]