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

@ -11,7 +11,7 @@
//! even if it is stabilized or removed, *do not remove it*. Instead, move the
//! symbol to the `accepted` or `removed` modules respectively.
#![feature(derive_default_enum)]
#![cfg_attr(bootstrap, feature(derive_default_enum))]
#![feature(once_cell)]
mod accepted;