Skip to content

Commit 062041a

Browse files
docs.rs: Document with all-features enabled. (#626)
This will help people find the functionality that is feature-gated. Fixes #540.
1 parent 2907f4d commit 062041a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

core-foundation-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ mac_os_10_7_support = [] # backwards compatibility
1414
mac_os_10_8_features = [] # enables new features
1515

1616
[package.metadata.docs.rs]
17+
all-features = true
1718
default-target = "x86_64-apple-darwin"

core-foundation/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ with-chrono = ["chrono"]
2525
with-uuid = ["uuid"]
2626

2727
[package.metadata.docs.rs]
28+
all-features = true
2829
default-target = "x86_64-apple-darwin"

core-graphics/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ foreign-types = "0.5.0"
2020
libc = "0.2"
2121

2222
[package.metadata.docs.rs]
23+
all-features = true
2324
default-target = "x86_64-apple-darwin"

core-text/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
repository = "https://github.com/servo/core-foundation-rs"
88

99
[package.metadata.docs.rs]
10+
all-features = true
1011
default-target = "x86_64-apple-darwin"
1112

1213
[features]

0 commit comments

Comments
 (0)