From 9064907e14eccc1646a1f8e349f72456cfc8ceb5 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Wed, 20 Sep 2017 12:39:35 -0700 Subject: [PATCH] Remove unnecessary 'stmt_expr_attributes' feature flag --- components/script/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/script/lib.rs b/components/script/lib.rs index 008f23826c9..d150f8a6b82 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -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)]