summaryrefslogtreecommitdiffstats
path: root/futures/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-05 04:52:03 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-05 04:52:03 +0200
commit335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d (patch)
treef9bf96a234e5adfdb86120882173cc73ed2a0110 /futures/Cargo.toml
parent7479ba137f75a7d3116a4cf244c499d05df4aff2 (diff)
downloadiced-335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d.tar.gz
iced-335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d.tar.bz2
iced-335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d.zip
Enable feature flags in `docs.rs`
Diffstat (limited to 'futures/Cargo.toml')
-rw-r--r--futures/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/futures/Cargo.toml b/futures/Cargo.toml
index 869a30ba..3fe8719b 100644
--- a/futures/Cargo.toml
+++ b/futures/Cargo.toml
@@ -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