From 3549092a0cb760938c9cdab3013fa38c8d392db0 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 5 Jan 2021 11:43:09 +0100 Subject: [PATCH] docs: fix tokio-stream features not being displayed (#3378) --- tokio-stream/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tokio-stream/Cargo.toml b/tokio-stream/Cargo.toml index 086f2ad29..513849df1 100644 --- a/tokio-stream/Cargo.toml +++ b/tokio-stream/Cargo.toml @@ -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"]