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.
2 parents d6a65cd + 469620f commit f663286Copy full SHA for f663286
src/libcore/default.rs
@@ -78,7 +78,7 @@
78
79
#![stable(feature = "rust1", since = "1.0.0")]
80
81
-/// A trait that types which have a useful default value should implement.
+/// A trait for giving a type a useful default value.
82
///
83
/// A struct can derive default implementations of `Default` for basic types using
84
/// `#[derive(Default)]`.
0 commit comments