We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32985d9 commit 9bed8e3Copy full SHA for 9bed8e3
src/remutex.rs
@@ -36,7 +36,7 @@ unsafe impl GetThreadId for RawThreadId {
36
/// - `ReentrantMutexGuard` does not give mutable references to the locked data.
37
/// Use a `RefCell` if you need this.
38
///
39
-/// See [`Mutex`](struct.Mutex.html) for more details about the underlying mutex
+/// See [`Mutex`](type.Mutex.html) for more details about the underlying mutex
40
/// primitive.
41
pub type ReentrantMutex<T> = lock_api::ReentrantMutex<RawMutex, RawThreadId, T>;
42
0 commit comments