Skip to content

Commit 1c39f19

Browse files
committed
std: Clean up crate description
1 parent c115b82 commit 1c39f19

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/libstd/std.rc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*!
2+
3+
The Rust standard library.
4+
5+
The Rust standand library provides a number of useful features that are
6+
not required in or otherwise suitable for the core library.
7+
8+
*/
9+
110
#[link(name = "std",
211
vers = "0.4",
312
uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
@@ -6,7 +15,6 @@
615
#[comment = "The Rust standard library"];
716
#[license = "MIT"];
817
#[crate_type = "lib"];
9-
//! The Rust standard library
1018

1119
#[no_core];
1220

0 commit comments

Comments
 (0)