summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Koza <clemens.koza@gmx.at>2020-12-10 10:39:05 +0100
committerGitHub <noreply@github.com>2020-12-10 10:39:05 +0100
commit9646b4bce342342cc654c4c0834c0bf3627f7aa0 (patch)
tree0c5c06ea6a86a13b9485506cf2066945eaf53189
parentf60860af7edefef5373d50d77ab605d648d60526 (diff)
toml: enable test-util feature for the playground (#3224)
-rw-r--r--tokio/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml
index ae83328e..89b99f6d 100644
--- a/tokio/Cargo.toml
+++ b/tokio/Cargo.toml
@@ -134,4 +134,4 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
-features = ["full"]
+features = ["full", "test-util"]