Skip to content

Commit d13c5c5

Browse files
taiki-ecramertj
authored andcommitted
Enable all-features on docs.rs
1 parent fd0ce3f commit d13c5c5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

futures-util/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ futures-preview = { path = "../futures", version = "=0.3.0-alpha.16", features =
4747
futures-executor-preview = { path = "../futures-executor", version = "=0.3.0-alpha.16" }
4848
futures-test-preview = { path = "../futures-test", version = "=0.3.0-alpha.16" }
4949
tokio = "0.1.11"
50+
51+
[package.metadata.docs.rs]
52+
all-features = true

futures/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ io-compat = ["compat", "futures-util-preview/io-compat"]
4545
cfg-target-has-atomic = ["futures-core-preview/cfg-target-has-atomic", "futures-util-preview/cfg-target-has-atomic"]
4646
never-type = ["futures-util-preview/never-type"]
4747
alloc = ["futures-core-preview/alloc", "futures-sink-preview/alloc", "futures-util-preview/alloc"]
48+
49+
[package.metadata.docs.rs]
50+
all-features = true

0 commit comments

Comments
 (0)