We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b13fe commit 2466d65Copy full SHA for 2466d65
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: a57e2a7f4ddb9899de6a26281c9a1a3501866db8
+refs/heads/master: 71f3d8fc1f917b5a5626bba166a54d6a68971dc1
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
5
refs/heads/try: dff46952ab5c4567d1b5b35bfbd8befc45cdd38e
trunk/src/libcore/default.rs
@@ -10,6 +10,8 @@
10
11
//! The `Default` trait for types which may have meaningful default values
12
13
+#![stable]
14
+
15
/// A trait that types which have a useful default value should implement.
16
pub trait Default {
17
/// Return the "default value" for a type.
0 commit comments