Stabilize derive_default_enum

This commit is contained in:
Jacob Pratt 2022-02-28 15:33:50 -05:00
parent e745b4ddbd
commit abf2b4c04d
No known key found for this signature in database
GPG key ID: B80E19E4662B5AA4
15 changed files with 38 additions and 73 deletions

View file

@ -368,8 +368,6 @@ declare_features! (
(active, deprecated_safe, "1.61.0", Some(94978), None),
/// Allows having using `suggestion` in the `#[deprecated]` attribute.
(active, deprecated_suggestion, "1.61.0", Some(94785), None),
/// Allows `#[derive(Default)]` and `#[default]` on enums.
(active, derive_default_enum, "1.56.0", Some(86985), None),
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
(active, doc_auto_cfg, "1.58.0", Some(43781), None),
/// Allows `#[doc(cfg(...))]`.