File tree 7 files changed +0
-9
lines changed
7 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ use crate::task::{Context, Poll};
24
24
/// `.await` the value.
25
25
///
26
26
/// [`Waker`]: ../task/struct.Waker.html
27
- #[ doc( spotlight) ]
28
27
#[ must_use = "futures do nothing unless you `.await` or poll them" ]
29
28
#[ stable( feature = "futures_api" , since = "1.36.0" ) ]
30
29
#[ lang = "future_trait" ]
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ fn _assert_is_object_safe(_: &dyn Iterator<Item = ()>) {}
92
92
label = "`{Self}` is not an iterator" ,
93
93
message = "`{Self}` is not an iterator"
94
94
) ]
95
- #[ doc( spotlight) ]
96
95
#[ must_use = "iterators are lazy and do nothing unless consumed" ]
97
96
pub trait Iterator {
98
97
/// The type of the elements being iterated over.
Original file line number Diff line number Diff line change 90
90
#![ feature( custom_inner_attributes) ]
91
91
#![ feature( decl_macro) ]
92
92
#![ feature( doc_cfg) ]
93
- #![ feature( doc_spotlight) ]
94
93
#![ feature( extern_types) ]
95
94
#![ feature( fundamental) ]
96
95
#![ feature( intrinsics) ]
Original file line number Diff line number Diff line change @@ -245,7 +245,6 @@ impl<'a> Visitor<'a> for PostExpansionVisitor<'a> {
245
245
include => external_doc
246
246
cfg => doc_cfg
247
247
masked => doc_masked
248
- spotlight => doc_spotlight
249
248
alias => doc_alias
250
249
keyword => doc_keyword
251
250
) ;
Original file line number Diff line number Diff line change @@ -269,7 +269,6 @@ symbols! {
269
269
doc_cfg,
270
270
doc_keyword,
271
271
doc_masked,
272
- doc_spotlight,
273
272
doctest,
274
273
document_private_items,
275
274
dotdoteq_in_patterns,
@@ -688,7 +687,6 @@ symbols! {
688
687
Some ,
689
688
specialization,
690
689
speed,
691
- spotlight,
692
690
sse4a_target_feature,
693
691
stable,
694
692
staged_api,
Original file line number Diff line number Diff line change @@ -497,7 +497,6 @@ where
497
497
/// [`&str`]: ../../std/primitive.str.html
498
498
/// [slice]: ../../std/primitive.slice.html
499
499
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
500
- #[ doc( spotlight) ]
501
500
pub trait Read {
502
501
/// Pull some bytes from this source into the specified buffer, returning
503
502
/// how many bytes were read.
@@ -1228,7 +1227,6 @@ impl Initializer {
1228
1227
///
1229
1228
/// [`write_all`]: #method.write_all
1230
1229
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1231
- #[ doc( spotlight) ]
1232
1230
pub trait Write {
1233
1231
/// Write a buffer into this writer, returning how many bytes were written.
1234
1232
///
Original file line number Diff line number Diff line change 256
256
#![ feature( doc_cfg) ]
257
257
#![ feature( doc_keyword) ]
258
258
#![ feature( doc_masked) ]
259
- #![ feature( doc_spotlight) ]
260
259
#![ feature( dropck_eyepatch) ]
261
260
#![ feature( duration_constants) ]
262
261
#![ feature( exact_size_is_empty) ]
You can’t perform that action at this time.
0 commit comments