summaryrefslogtreecommitdiffstats
path: root/tokio-test/Cargo.toml
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2019-08-18 11:11:46 -0700
committerGitHub <noreply@github.com>2019-08-18 11:11:46 -0700
commit6d8d388dc575896b39f5fa4134667b8ffa7f2fb7 (patch)
treeca9a962d570bf0991f99e36e9dd9fd1434e0d4e1 /tokio-test/Cargo.toml
parentbc61bd9d3d401b8825bcfcd802ddd80a7ad2ebeb (diff)
docs: add docs.rs metadata to build with all features (#1471)
Diffstat (limited to 'tokio-test/Cargo.toml')
-rw-r--r--tokio-test/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml
index 2a7fb83e..dc7c8212 100644
--- a/tokio-test/Cargo.toml
+++ b/tokio-test/Cargo.toml
@@ -31,3 +31,6 @@ pin-convert = "0.1.0"
[dev-dependencies]
futures-util-preview = "=0.3.0-alpha.18"
+
+[package.metadata.docs.rs]
+all-features = true