1
Fork 0

Rollup merge of #64378 - Rosto75:master, r=jonas-schievink

Fix inconsistent link formatting.
This commit is contained in:
Mazdak Farrokhzad 2019-09-14 16:42:29 +02:00 committed by GitHub
commit ae9d417f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,9 +201,9 @@ pub struct StdinLock<'a> {
///
/// Each handle returned is a reference to a shared global buffer whose access
/// is synchronized via a mutex. If you need more explicit control over
/// locking, see the [`lock() method`][lock].
/// locking, see the [`Stdin::lock`] method.
///
/// [lock]: struct.Stdin.html#method.lock
/// [`Stdin::lock`]: struct.Stdin.html#method.lock
///
/// ### Note: Windows Portability Consideration
/// When operating in a console, the Windows implementation of this stream does not support
@ -425,9 +425,9 @@ pub struct StdoutLock<'a> {
///
/// Each handle returned is a reference to a shared global buffer whose access
/// is synchronized via a mutex. If you need more explicit control over
/// locking, see the [Stdout::lock] method.
/// locking, see the [`Stdout::lock`] method.
///
/// [Stdout::lock]: struct.Stdout.html#method.lock
/// [`Stdout::lock`]: struct.Stdout.html#method.lock
///
/// ### Note: Windows Portability Consideration
/// When operating in a console, the Windows implementation of this stream does not support