Skip to content

Commit 3c19b97

Browse files
committed
Enable all stable features in the playground
1 parent 98a1aaf commit 3c19b97

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ bincode = "1.2.1"
8585
# RUSTDOCFLAGS="--cfg doc_cfg" cargo +nightly doc --all-features --no-deps --open
8686
all-features = true
8787
rustdoc-args = ["--cfg", "doc_cfg"]
88+
89+
[package.metadata.playground]
90+
features = ["small_rng", "serde1"]

rand_core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ getrandom = { version = "0.2", optional = true }
2828
# RUSTDOCFLAGS="--cfg doc_cfg" cargo +nightly doc --all-features --no-deps --open
2929
all-features = true
3030
rustdoc-args = ["--cfg", "doc_cfg"]
31+
32+
[package.metadata.playground]
33+
all-features = true

0 commit comments

Comments
 (0)