Skip to content

Commit

Permalink
chore: fix broken links to parking_lot
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromfedricci committed Feb 5, 2025
1 parent aa93307 commit 73de560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.4.1] - 2025-02-04

## Changed
### Changed

- Enable memory optimizations for `barging::Mutex` locking operations (`lock`, `lock_then`)
when the `thread_local` feature is enabled [#18].
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,4 @@ each of your dependencies, including this one.
[lock_api]: https://docs.rs/lock_api/latest/lock_api
[`RawMutex`]: https://docs.rs/lock_api/latest/lock_api/trait.RawMutex.html
[`RawMutexFair`]: https://docs.rs/lock_api/latest/lock_api/trait.RawMutexFair.html
[`parking_lot::Mutex`]: https://docs.rs/parking_lot/latest/parking_lot/type.Mutex.html
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
//! [lock_api]: https://docs.rs/lock_api/latest/lock_api
//! [`RawMutex`]: https://docs.rs/lock_api/latest/lock_api/trait.RawMutex.html
//! [`RawMutexFair`]: https://docs.rs/lock_api/latest/lock_api/trait.RawMutexFair.html
//! [`parking_lot::Mutex`]: https://docs.rs/parking_lot/latest/parking_lot/type.Mutex.html
#![no_std]
#![allow(clippy::doc_markdown)]
Expand Down

0 comments on commit 73de560

Please sign in to comment.