Skip to content

Commit

Permalink
config: enable full for tokio-util in the playground (#6818)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsko committed Sep 3, 2024
1 parent 27539ae commit 1166ecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tokio-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 1166ecc

Please sign in to comment.