Skip to content

Commit

Permalink
std: Stabilize default
Browse files Browse the repository at this point in the history
All stable.
  • Loading branch information
brson committed Jul 19, 2014
1 parent a57e2a7 commit 71f3d8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 71f3d8f

Please sign in to comment.