Enable feature flags in docs.rs
This commit is contained in:
parent
7479ba137f
commit
335ad1dd1d
3 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue