Remove unused 'unboxed_closures' feature flag

This commit is contained in:
Matt Brubeck 2017-09-20 13:19:52 -07:00
parent 9064907e14
commit f31c8e6673

View file

@ -15,7 +15,6 @@
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(try_from)]
#![feature(unboxed_closures)]
#![feature(untagged_unions)]
#![deny(unsafe_code)]