rust/library/std/src/io
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
..
buffered Use DebugStruct::finish_non_exhaustive() in std. 2021-03-27 13:29:23 +01:00
cursor Make some std::io functions const 2020-11-06 17:48:26 +01:00
error Add test for io::Error::new_const. 2021-03-21 20:22:26 +01:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
stdio std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
util specialize io::copy to use the memory of the writer if it is a BufWriter 2021-01-31 14:58:03 +01:00
copy.rs library: Normalize safety-for-unsafe-block comments 2021-02-24 06:13:42 +01:00
cursor.rs Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
error.rs Add #[inline] to io::Error methods. 2021-03-27 12:22:17 +01:00
impls.rs Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
mod.rs Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 2021-04-02 07:04:58 +00:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs Add missing "see its documentation for more" stdio 2021-02-22 18:48:32 +08:00
tests.rs Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
util.rs Fix line length format 2021-01-31 08:52:57 -05:00