Remove unnecessary 'stmt_expr_attributes' feature flag

This commit is contained in:
Matt Brubeck 2017-09-20 12:39:35 -07:00
parent acf60be004
commit 9064907e14

View file

@ -14,7 +14,6 @@
#![feature(on_unimplemented)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(stmt_expr_attributes)]
#![feature(try_from)]
#![feature(unboxed_closures)]
#![feature(untagged_unions)]