rust/library/core/src/iter
bors 5662d9343f Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514
Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`

Fixes #80936.

"spotlight" is not a very specific or self-explaining name.
Additionally, the dialog that it triggers is called "Notable traits".
So, "notable trait" is a better name.

* Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`
* Rename `#![feature(doc_spotlight)]` to `#![feature(doc_notable_trait)]`
* Update documentation
* Improve documentation

r? `@Manishearth`
2021-04-02 07:04:58 +00:00
..
adapters Add the tracking issue for #![feature(iter_zip)] 2021-03-27 10:14:54 -07:00
sources Remove multiline uses 2020-11-22 02:39:22 +03:00
traits Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 2021-04-02 07:04:58 +00:00
mod.rs Add the tracking issue for #![feature(iter_zip)] 2021-03-27 10:14:54 -07:00
range.rs implement TrustedRandomAccess for Ranges over int types 2021-03-21 20:43:48 +01:00
sources.rs Split iterator sources into different modules 2020-11-22 02:39:21 +03:00