File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,9 +201,9 @@ pub struct StdinLock<'a> {
201
201
///
202
202
/// Each handle returned is a reference to a shared global buffer whose access
203
203
/// is synchronized via a mutex. If you need more explicit control over
204
- /// locking, see the [`lock() method`][lock] .
204
+ /// locking, see the [`Stdin:: lock`] method .
205
205
///
206
- /// [lock]: struct.Stdin.html#method.lock
206
+ /// [`Stdin:: lock` ]: struct.Stdin.html#method.lock
207
207
///
208
208
/// ### Note: Windows Portability Consideration
209
209
/// When operating in a console, the Windows implementation of this stream does not support
@@ -425,9 +425,9 @@ pub struct StdoutLock<'a> {
425
425
///
426
426
/// Each handle returned is a reference to a shared global buffer whose access
427
427
/// is synchronized via a mutex. If you need more explicit control over
428
- /// locking, see the [Stdout::lock] method.
428
+ /// locking, see the [` Stdout::lock` ] method.
429
429
///
430
- /// [Stdout::lock]: struct.Stdout.html#method.lock
430
+ /// [` Stdout::lock` ]: struct.Stdout.html#method.lock
431
431
///
432
432
/// ### Note: Windows Portability Consideration
433
433
/// When operating in a console, the Windows implementation of this stream does not support
You can’t perform that action at this time.
0 commit comments