1
Fork 0

Also remove #![feature(control_flow_enum)] where possible

This commit is contained in:
Scott McMurray 2023-01-18 10:22:21 -08:00
parent 925dc37313
commit 7d57685682
7 changed files with 1 additions and 7 deletions

View file

@ -11,7 +11,6 @@
#![feature(associated_type_bounds)]
#![feature(auto_traits)]
#![feature(cell_leak)]
#![feature(control_flow_enum)]
#![feature(extend_one)]
#![feature(hash_raw_entry)]
#![feature(hasher_prefixfree_extras)]