]> git.lizzy.rs Git - rust.git/commitdiff
Fixup #29785
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 12 Nov 2015 07:50:48 +0000 (13:20 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 12 Nov 2015 07:50:48 +0000 (13:20 +0530)
src/libstd/prelude/mod.rs

index 3ff1798159efaa436a13ed13fdeb46b068b26f68..bda4cdfb437334835d56084432a3cc612c155c3e 100644 (file)
@@ -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::*;