diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-05-08 15:15:03 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-05-08 15:15:03 -0700 |
| commit | 9b3d315fff2e7009d3ebd945bb848c4afa2ebfb4 (patch) | |
| tree | d370e169ef283845daaedb84ca584505c648164e /src/libstd/prelude | |
| parent | 5a83fa271d9ea85bca163c26dc8896ac394976e4 (diff) | |
| download | rust-9b3d315fff2e7009d3ebd945bb848c4afa2ebfb4.tar.gz rust-9b3d315fff2e7009d3ebd945bb848c4afa2ebfb4.zip | |
std: Update crate docs
Attempted to organize them in a way more relevant to what newbies would be interested in hearing.
Diffstat (limited to 'src/libstd/prelude')
| -rw-r--r-- | src/libstd/prelude/mod.rs | 2 | ||||
| -rw-r--r-- | src/libstd/prelude/v1.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs index 09fa10dacf9..7bfe1cdd729 100644 --- a/src/libstd/prelude/mod.rs +++ b/src/libstd/prelude/mod.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! The Rust prelude +//! The Rust Prelude //! //! Because `std` is required by most serious Rust software, it is //! imported at the topmost level of every crate by default, as if the diff --git a/src/libstd/prelude/v1.rs b/src/libstd/prelude/v1.rs index 6dc11c505a9..46c0103e087 100644 --- a/src/libstd/prelude/v1.rs +++ b/src/libstd/prelude/v1.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! The first version of the prelude of the standard library. +//! The first version of the prelude of The Rust Standard Library. #![stable(feature = "rust1", since = "1.0.0")] |
