Enable feature flags in docs.rs

This commit is contained in:
Héctor Ramón Jiménez 2020-04-05 04:52:03 +02:00
parent 7479ba137f
commit 335ad1dd1d
3 changed files with 12 additions and 0 deletions

View file

@ -30,3 +30,7 @@ optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = "0.4"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
all-features = true