Skip to content

Commit 7b4b51c

Browse files
committed
---
yaml --- r: 24031 b: refs/heads/master c: 1c39f19 h: refs/heads/master i: 24029: a8b8110 24027: 0f1d12a 24023: 1810748 24015: a29f252 23999: 0677d6a v: v3
1 parent f7593a2 commit 7b4b51c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c115b822384501e2814da70fdcb9e22f035a994b
2+
refs/heads/master: 1c39f1968c77a3d42b0fdb30a36cff4d94a17da2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/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)