Skip to content

Commit

Permalink
Fix documentation link
Browse files Browse the repository at this point in the history
Fixes #222
  • Loading branch information
Amanieu committed Apr 9, 2020
1 parent 32985d9 commit 9bed8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remutex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ unsafe impl GetThreadId for RawThreadId {
/// - `ReentrantMutexGuard` does not give mutable references to the locked data.
/// Use a `RefCell` if you need this.
///
/// See [`Mutex`](struct.Mutex.html) for more details about the underlying mutex
/// See [`Mutex`](type.Mutex.html) for more details about the underlying mutex
/// primitive.
pub type ReentrantMutex<T> = lock_api::ReentrantMutex<RawMutex, RawThreadId, T>;

Expand Down

0 comments on commit 9bed8e3

Please sign in to comment.