From 6d8d388dc575896b39f5fa4134667b8ffa7f2fb7 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sun, 18 Aug 2019 11:11:46 -0700 Subject: docs: add docs.rs metadata to build with all features (#1471) --- tokio-macros/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tokio-macros') 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 -- cgit v1.2.3