1
Fork 0

Use derive_default_enum in the compiler

This commit is contained in:
Jacob Pratt 2021-11-22 20:17:53 -05:00
parent 936f2600b6
commit 7b103e7dd2
No known key found for this signature in database
GPG key ID: B80E19E4662B5AA4
9 changed files with 17 additions and 31 deletions

View file

@ -14,6 +14,7 @@
#![feature(bool_to_option)]
#![feature(box_patterns)]
#![feature(drain_filter)]
#![feature(derive_default_enum)]
#![feature(hash_drain_filter)]
#![feature(in_band_lifetimes)]
#![feature(iter_zip)]