Skip to content

Commit 71f3d8f

Browse files
committed
std: Stabilize default
All stable.
1 parent a57e2a7 commit 71f3d8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)