Stabilize derive_default_enum
This commit is contained in:
parent
e745b4ddbd
commit
abf2b4c04d
15 changed files with 38 additions and 73 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue