core: document default attribute stabilization
This commit is contained in:
parent
c8813ddd6d
commit
d7b4b01911
@ -71,6 +71,8 @@ use crate::ascii::Char as AsciiChar;
|
|||||||
///
|
///
|
||||||
/// You cannot use the `#[default]` attribute on non-unit or non-exhaustive variants.
|
/// You cannot use the `#[default]` attribute on non-unit or non-exhaustive variants.
|
||||||
///
|
///
|
||||||
|
/// The `#[default]` attribute was stabilized in Rust 1.62.0.
|
||||||
|
///
|
||||||
/// ## How can I implement `Default`?
|
/// ## How can I implement `Default`?
|
||||||
///
|
///
|
||||||
/// Provide an implementation for the `default()` method that returns the value of
|
/// Provide an implementation for the `default()` method that returns the value of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user