Skip to content

Commit

Permalink
docs: Include some features when building for docs.rs.
Browse files Browse the repository at this point in the history
Fixes #395.
  • Loading branch information
waywardmonkeys committed Oct 22, 2023
1 parent 6ce132e commit 1d6f1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ edition = "2018"
rust-version = "1.49"

[package.metadata.docs.rs]
features = ["arc_lock", "serde", "deadlock_detection"]
rustdoc-args = ["--generate-link-to-definition"]

[dependencies]
Expand Down

0 comments on commit 1d6f1fb

Please sign in to comment.