We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28df20 commit 377aaeaCopy full SHA for 377aaea
src/libstd/io/mod.rs
@@ -444,7 +444,7 @@ fn read_to_end<R: Read + ?Sized>(r: &mut R, buf: &mut Vec<u8>) -> Result<usize>
444
/// # }
445
/// ```
446
///
447
-/// Read from `&str` because [`&[u8]`] implements [`Read`]:
+/// Read from `&str` because [`&[u8]`] implements `Read`:
448
449
450
/// # use std::io;
@@ -468,7 +468,6 @@ fn read_to_end<R: Read + ?Sized>(r: &mut R, buf: &mut Vec<u8>) -> Result<usize>
468
/// [`BufRead`]: trait.BufRead.html
469
/// [`BufReader`]: struct.BufReader.html
470
/// [`&[u8]`]: primitive.slice.html
471
-///
472
#[stable(feature = "rust1", since = "1.0.0")]
473
#[doc(spotlight)]
474
pub trait Read {
0 commit comments