diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 4feaae05845..e8b22c353a0 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -17,6 +17,7 @@ #![feature(peekable_is_empty)] #![feature(plugin)] #![feature(slice_patterns)] +#![feature(stmt_expr_attributes)] #![deny(unsafe_code)] #![allow(non_snake_case)] |