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 8a585bf commit 4470243Copy full SHA for 4470243
core/src/default.rs
@@ -103,7 +103,6 @@ use crate::ascii::Char as AsciiChar;
103
/// ```
104
#[rustc_diagnostic_item = "Default"]
105
#[stable(feature = "rust1", since = "1.0.0")]
106
-#[rustc_trivial_field_reads]
107
pub trait Default: Sized {
108
/// Returns the "default value" for a type.
109
///
0 commit comments