Also remove #![feature(control_flow_enum)]
where possible
This commit is contained in:
parent
925dc37313
commit
7d57685682
7 changed files with 1 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(alloc_layout_extra, control_flow_enum, decl_macro, iterator_try_reduce, never_type)]
|
||||
#![feature(alloc_layout_extra, decl_macro, iterator_try_reduce, never_type)]
|
||||
#![allow(dead_code, unused_variables)]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue