Skip to content

Commit 6e5c72f

Browse files
committed
---
yaml --- r: 126629 b: refs/heads/snap-stage3 c: 71f3d8f h: refs/heads/master i: 126627: d08068f v: v3
1 parent 74f25e2 commit 6e5c72f

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,7 +1,7 @@
11
---
22
refs/heads/master: 7be8f0af0393dcdb077c2f6b1653836fd3fba235
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: a57e2a7f4ddb9899de6a26281c9a1a3501866db8
4+
refs/heads/snap-stage3: 71f3d8fc1f917b5a5626bba166a54d6a68971dc1
55
refs/heads/try: 502e4c045236682e9728539dc0d2b3d0b237f55c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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)