diff options
| author | Camelid <camelidcamel@gmail.com> | 2021-01-05 17:52:24 -0800 | 
|---|---|---|
| committer | Camelid <camelidcamel@gmail.com> | 2021-01-05 17:52:24 -0800 | 
| commit | 25a49641911c21fa3cc7071b507923e6214b71c3 (patch) | |
| tree | 9b719dc8e7cdbb70a97445419ced611f4e589a73 /library/std/src/io/prelude.rs | |
| parent | 4274ba40bda3af26042d44557da9d2cdb1567880 (diff) | |
| download | rust-25a49641911c21fa3cc7071b507923e6214b71c3.tar.gz rust-25a49641911c21fa3cc7071b507923e6214b71c3.zip | |
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.
Diffstat (limited to 'library/std/src/io/prelude.rs')
| -rw-r--r-- | library/std/src/io/prelude.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/std/src/io/prelude.rs b/library/std/src/io/prelude.rs index 700f166daf7..d80643101f2 100644 --- a/library/std/src/io/prelude.rs +++ b/library/std/src/io/prelude.rs @@ -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: | 
