diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-19 16:52:46 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-19 16:52:59 -0700 |
| commit | 1c39f1968c77a3d42b0fdb30a36cff4d94a17da2 (patch) | |
| tree | c84ada82e4664de633400098b4e8d9a5fb0a9629 /src/libstd | |
| parent | c115b822384501e2814da70fdcb9e22f035a994b (diff) | |
std: Clean up crate description
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/std.rc | 10 |
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]; |
