Fixed several pulldown warnings when documenting libstd.
This commit is contained in:
@@ -737,7 +737,7 @@ pub trait Read {
|
||||
/// Transforms this `Read` instance to an [`Iterator`] over its bytes.
|
||||
///
|
||||
/// The returned type implements [`Iterator`] where the `Item` is
|
||||
/// [`Result`]`<`[`u8`]`, `[`io::Error`]>`.
|
||||
/// [`Result`]`<`[`u8`]`, `[`io::Error`]`>`.
|
||||
/// The yielded item is [`Ok`] if a byte was successfully read and [`Err`]
|
||||
/// otherwise. EOF is mapped to returning [`None`] from this iterator.
|
||||
///
|
||||
@@ -748,7 +748,7 @@ pub trait Read {
|
||||
/// [file]: ../fs/struct.File.html
|
||||
/// [`Iterator`]: ../../std/iter/trait.Iterator.html
|
||||
/// [`Result`]: ../../std/result/enum.Result.html
|
||||
/// [`io::Error``]: ../../std/io/struct.Error.html
|
||||
/// [`io::Error`]: ../../std/io/struct.Error.html
|
||||
/// [`u8`]: ../../std/primitive.u8.html
|
||||
/// [`Ok`]: ../../std/result/enum.Result.html#variant.Ok
|
||||
/// [`Err`]: ../../std/result/enum.Result.html#variant.Err
|
||||
|
||||
Reference in New Issue
Block a user