Skip to content

Commit 2466d65

Browse files
committed
---
yaml --- r: 124554 b: refs/heads/master c: 71f3d8f h: refs/heads/master v: v3
1 parent 18b13fe commit 2466d65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: a57e2a7f4ddb9899de6a26281c9a1a3501866db8
2+
refs/heads/master: 71f3d8fc1f917b5a5626bba166a54d6a68971dc1
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
55
refs/heads/try: dff46952ab5c4567d1b5b35bfbd8befc45cdd38e

trunk/src/libcore/default.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
//! The `Default` trait for types which may have meaningful default values
1212
13+
#![stable]
14+
1315
/// A trait that types which have a useful default value should implement.
1416
pub trait Default {
1517
/// Return the "default value" for a type.

0 commit comments

Comments
 (0)