mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
docs: fix tokio-stream features not being displayed (#3378)
This commit is contained in:
@@ -38,3 +38,7 @@ async-stream = "0.3"
|
|||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
|
|
||||||
proptest = "0.10.0"
|
proptest = "0.10.0"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
rustdoc-args = ["--cfg", "docsrs"]
|
||||||
|
|||||||
Reference in New Issue
Block a user