about summary refs log tree commit diff
path: root/src/libstd/io
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2020-02-27 14:38:30 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2020-02-27 14:51:22 +0100
commit13c6d5819aae3c0de6a90e7f17ea967bf4487cbb (patch)
tree4b85358c5b4b9001867858dc87d3f7d59ff11f92 /src/libstd/io
parent1244ced9580b942926afc06815e0691cf3f4a846 (diff)
downloadrust-13c6d5819aae3c0de6a90e7f17ea967bf4487cbb.tar.gz
rust-13c6d5819aae3c0de6a90e7f17ea967bf4487cbb.zip
Remove spotlight usage
Diffstat (limited to 'src/libstd/io')
-rw-r--r--src/libstd/io/mod.rs2
1 files changed, 0 insertions, 2 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.
     ///