mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Use heading for std::prelude
and not io::prelude
The heading style for `std::prelude` is to be consistent with the headings for `std` and `core`: `# The Rust Standard Library` and `# The Rust Core Library`, respectively.
This commit is contained in:
parent
4274ba40bd
commit
25a4964191
@ -1,4 +1,4 @@
|
||||
//! # The I/O Prelude
|
||||
//! The I/O Prelude.
|
||||
//!
|
||||
//! The purpose of this module is to alleviate imports of many common I/O traits
|
||||
//! by adding a glob import to the top of I/O heavy modules:
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! The Rust Prelude.
|
||||
//! # The Rust Prelude
|
||||
//!
|
||||
//! Rust comes with a variety of things in its standard library. However, if
|
||||
//! you had to manually import every single thing that you used, it would be
|
||||
|
Loading…
Reference in New Issue
Block a user