config: enable full for tokio-util in the playground (#6818)

This commit is contained in:
Sarek Høverstad Skotåm
2024-09-03 20:34:20 +00:00
committed by GitHub
parent 27539ae3bd
commit 1166ecc2ac
+3
View File
@@ -65,3 +65,6 @@ rustdoc-args = ["--cfg", "docsrs", "--cfg", "tokio_unstable"]
# it's necessary to _also_ pass `--cfg tokio_unstable` to rustc, or else
# dependencies will not be enabled, and the docs build will fail.
rustc-args = ["--cfg", "docsrs", "--cfg", "tokio_unstable"]
[package.metadata.playground]
features = ["full"]