We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27539ae commit 1166eccCopy full SHA for 1166ecc
tokio-util/Cargo.toml
@@ -65,3 +65,6 @@ rustdoc-args = ["--cfg", "docsrs", "--cfg", "tokio_unstable"]
65
# it's necessary to _also_ pass `--cfg tokio_unstable` to rustc, or else
66
# dependencies will not be enabled, and the docs build will fail.
67
rustc-args = ["--cfg", "docsrs", "--cfg", "tokio_unstable"]
68
+
69
+[package.metadata.playground]
70
+features = ["full"]
0 commit comments