about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAdrien Tétar <adri-from-59@hotmail.fr>2014-04-30 17:35:54 +0200
committerAdrien Tétar <adri-from-59@hotmail.fr>2014-04-30 17:35:54 +0200
commitdbea4853a97ff7bc2e7a25f41be6c49b7dc6e960 (patch)
treea6ebb6bd1cce9349bce4a5560fc7b447d37af304 /src/libstd
parentad37c0b97c1a5403268e2addbcae28c51d15a924 (diff)
downloadrust-dbea4853a97ff7bc2e7a25f41be6c49b7dc6e960.tar.gz
rust-dbea4853a97ff7bc2e7a25f41be6c49b7dc6e960.zip
rustdoc: fix overly broad selectors
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/prelude.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/prelude.rs b/src/libstd/prelude.rs
index e6001537d49..32df3869534 100644
--- a/src/libstd/prelude.rs
+++ b/src/libstd/prelude.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