Skip to content

Commit b2e45a9

Browse files
authored
Enable all features when building on docs.rs (#2111)
Fixes #2110 [skip ci]
1 parent 842142f commit b2e45a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ categories = ["os::unix-apis"]
1111
include = ["src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
1212

1313
[package.metadata.docs.rs]
14+
all-features = true
1415
rustdoc-args = ["--cfg", "docsrs"]
1516
targets = [
1617
"x86_64-unknown-linux-gnu",

0 commit comments

Comments
 (0)