summaryrefslogtreecommitdiffstats
path: root/tokio-macros
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-macros
parentbc61bd9d3d401b8825bcfcd802ddd80a7ad2ebeb (diff)
docs: add docs.rs metadata to build with all features (#1471)
Diffstat (limited to 'tokio-macros')
-rw-r--r--tokio-macros/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml
index 80096748..afb771cd 100644
--- a/tokio-macros/Cargo.toml
+++ b/tokio-macros/Cargo.toml
@@ -30,3 +30,6 @@ syn = { version = "1", features = ["full"] }
[dev-dependencies]
tokio = { version = "0.2.0-alpha.1", path = "../tokio", default-features = false, features = ["rt-full"] }
+
+[package.metadata.docs.rs]
+all-features = true