Enable all stable features in the playground
This commit is contained in:
parent
98a1aaf28e
commit
3c19b97b7a
@ -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"]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user