diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-11-12 13:20:48 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-11-12 13:20:48 +0530 |
| commit | d1d573d8a887a1dfa246dd9a757aa8b42a4856f7 (patch) | |
| tree | e289b0e8a7d36d14bbeabdcbca7f13f2d4a8257b /src/libstd | |
| parent | 4f655382c8f85f95d7bb05a6be46417fad42679a (diff) | |
| download | rust-d1d573d8a887a1dfa246dd9a757aa8b42a4856f7.tar.gz rust-d1d573d8a887a1dfa246dd9a757aa8b42a4856f7.zip | |
Fixup #29785
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/prelude/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs index 3ff1798159e..bda4cdfb437 100644 --- a/src/libstd/prelude/mod.rs +++ b/src/libstd/prelude/mod.rs @@ -26,7 +26,7 @@ //! extern crate std; //! ``` //! -//! into the crate root of every crate, and +//! into the crate root of every crate, and //! //! ```ignore //! use std::prelude::v1::*; |
