Remove spotlight usage

This commit is contained in:
Guillaume Gomez
2020-02-27 14:38:30 +01:00
parent 1244ced958
commit 13c6d5819a
7 changed files with 0 additions and 9 deletions

View File

@@ -497,7 +497,6 @@ where
/// [`&str`]: ../../std/primitive.str.html
/// [slice]: ../../std/primitive.slice.html
#[stable(feature = "rust1", since = "1.0.0")]
#[doc(spotlight)]
pub trait Read {
/// Pull some bytes from this source into the specified buffer, returning
/// how many bytes were read.
@@ -1228,7 +1227,6 @@ impl Initializer {
///
/// [`write_all`]: #method.write_all
#[stable(feature = "rust1", since = "1.0.0")]
#[doc(spotlight)]
pub trait Write {
/// Write a buffer into this writer, returning how many bytes were written.
///