std: Stabilize default

All stable.
This commit is contained in:
Brian Anderson 2014-07-18 16:01:55 -07:00
parent a57e2a7f4d
commit 71f3d8fc1f

View file

@ -10,6 +10,8 @@
//! The `Default` trait for types which may have meaningful default values
#![stable]
/// A trait that types which have a useful default value should implement.
pub trait Default {
/// Return the "default value" for a type.