1
Fork 0

Remove unnecessary unboxed_closures feature usage

It has been possible to clone closures for a while now
This commit is contained in:
bjorn3 2021-05-31 12:06:54 +02:00
parent 59579907ab
commit b4ed7114bd
2 changed files with 1 additions and 20 deletions

View file

@ -10,9 +10,7 @@
#![feature(array_windows)]
#![feature(control_flow_enum)]
#![feature(in_band_lifetimes)]
#![feature(unboxed_closures)]
#![feature(generator_trait)]
#![feature(fn_traits)]
#![feature(min_specialization)]
#![feature(auto_traits)]
#![feature(nll)]