Skip to content

Commit ac4290a

Browse files
committed
Give hints to docs.rs
1 parent cd723c4 commit ac4290a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ stdweb = { version = "0.4", optional = true }
5454
# This is for testing serde, unfortunately we can't specify feature-gated dev
5555
# deps yet, see: https://github.com/rust-lang/cargo/issues/1596
5656
bincode = "1.0"
57+
58+
[package.metadata.docs.rs]
59+
all-features = true
60+
rustdoc-args = [ "--all" ] # also document rand_core

0 commit comments

Comments
 (0)