Skip to content

Commit

Permalink
Fix feature list for docs.rs
Browse files Browse the repository at this point in the history
Previously, docs.rs would try to build with all features, but we now
have exclusive features (internal-test-strategies vs.
experimental-thread-local) which breaks the build. This fixes the build
by not documenting with the experimental-thread-local feature.
  • Loading branch information
Alexis211 committed Mar 11, 2024
1 parent 0554cd0 commit cb37b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde_test = "1.0.130"
debug = true

[package.metadata.docs.rs]
all-features = true
features = ["serde", "weak"]

[[bench]]
name = "background"
Expand Down

0 comments on commit cb37b35

Please sign in to comment.