diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-02-27 14:38:30 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-02-27 14:51:22 +0100 |
| commit | 13c6d5819aae3c0de6a90e7f17ea967bf4487cbb (patch) | |
| tree | 4b85358c5b4b9001867858dc87d3f7d59ff11f92 /src/libstd | |
| parent | 1244ced9580b942926afc06815e0691cf3f4a846 (diff) | |
| download | rust-13c6d5819aae3c0de6a90e7f17ea967bf4487cbb.tar.gz rust-13c6d5819aae3c0de6a90e7f17ea967bf4487cbb.zip | |
Remove spotlight usage
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/io/mod.rs | 2 | ||||
| -rw-r--r-- | src/libstd/lib.rs | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index 67b382c7a84..1f88a6a5576 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -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. /// diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 799585ffc0a..f482eb6b2ee 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -256,7 +256,6 @@ #![feature(doc_cfg)] #![feature(doc_keyword)] #![feature(doc_masked)] -#![feature(doc_spotlight)] #![feature(dropck_eyepatch)] #![feature(duration_constants)] #![feature(exact_size_is_empty)] |
