From 9646b4bce342342cc654c4c0834c0bf3627f7aa0 Mon Sep 17 00:00:00 2001 From: Clemens Koza Date: Thu, 10 Dec 2020 10:39:05 +0100 Subject: toml: enable test-util feature for the playground (#3224) --- tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- cgit v1.2.3