attempt to fix docs.rs docs
This commit is contained in:
parent
2f8855f8fd
commit
d1e449a14b
|
@ -15,9 +15,8 @@ build = "build.rs"
|
||||||
|
|
||||||
# Should make docs.rs show all functions, even those behind non-default features
|
# Should make docs.rs show all functions, even those behind non-default features
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
rustdoc-args = [
|
features = [ "rand", "serde" ]
|
||||||
"--features \"rand serde\""
|
all-features = true
|
||||||
]
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
|
|
Loading…
Reference in New Issue