docs: add docs.rs metadata to build with all features (#1471)

This commit is contained in:
Ivan Petkov
2019-08-18 11:11:46 -07:00
committed by GitHub
parent bc61bd9d3d
commit 6d8d388dc5
13 changed files with 39 additions and 0 deletions
+3
View File
@@ -32,3 +32,6 @@ tokio = { version = "0.2.0-alpha.1", path = "../tokio" }
tokio-test = { version = "0.2.0-alpha.1", path = "../tokio-test" }
futures-util-preview = "=0.3.0-alpha.18"
[package.metadata.docs.rs]
all-features = true