about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libstd/std.rc10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 9b4d937a533..d089791bdc3 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -1,3 +1,12 @@
+/*!
+
+The Rust standard library.
+
+The Rust standand library provides a number of useful features that are
+not required in or otherwise suitable for the core library.
+
+*/
+
 #[link(name = "std",
        vers = "0.4",
        uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
@@ -6,7 +15,6 @@
 #[comment = "The Rust standard library"];
 #[license = "MIT"];
 #[crate_type = "lib"];
-//! The Rust standard library
 
 #[no_core];