Enable all stable features in the playground

This commit is contained in:
Taiki Endo 2020-12-31 15:59:10 +09:00
parent 98a1aaf28e
commit 3c19b97b7a
2 changed files with 6 additions and 0 deletions

View File

@ -85,3 +85,6 @@ bincode = "1.2.1"
# RUSTDOCFLAGS="--cfg doc_cfg" cargo +nightly doc --all-features --no-deps --open
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]
[package.metadata.playground]
features = ["small_rng", "serde1"]

View File

@ -28,3 +28,6 @@ getrandom = { version = "0.2", optional = true }
# RUSTDOCFLAGS="--cfg doc_cfg" cargo +nightly doc --all-features --no-deps --open
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]
[package.metadata.playground]
all-features = true