Skip to content

Commit 7197fa3

Browse files
committedFeb 6, 2022
doc
1 parent 363f3f1 commit 7197fa3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ cfg-if = "1.0.0"
2525
rayon = { version = "1.5.1", optional = true }
2626

2727
[package.metadata.docs.rs]
28-
features = ["rayon", "raw-api", "serde"]
28+
features = ["rayon", "raw-api", "serde", "send_guard"]

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ If you have any suggestions or tips do not hesitate to open an issue or a PR.
3030

3131
- `rayon` - Enables rayon support.
3232

33+
- `send_guard` - Enables the `send_guard` feature of `parking_lot`, making `Ref*` guards `Send`. This is on by default.
34+
3335
## Contributing
3436

3537
DashMap gladly accepts contributions!

0 commit comments

Comments
 (0)
Please sign in to comment.