From 1c39f1968c77a3d42b0fdb30a36cff4d94a17da2 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 19 Sep 2012 16:52:46 -0700 Subject: [PATCH] std: Clean up crate description --- src/libstd/std.rc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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];