Skip to content

Commit 1166ecc

Browse files
authored
config: enable full for tokio-util in the playground (tokio-rs#6818)
1 parent 27539ae commit 1166ecc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tokio-util/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ rustdoc-args = ["--cfg", "docsrs", "--cfg", "tokio_unstable"]
6565
# it's necessary to _also_ pass `--cfg tokio_unstable` to rustc, or else
6666
# dependencies will not be enabled, and the docs build will fail.
6767
rustc-args = ["--cfg", "docsrs", "--cfg", "tokio_unstable"]
68+
69+
[package.metadata.playground]
70+
features = ["full"]

0 commit comments

Comments
 (0)