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 ab2f0b94669..c24da41687e 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -15,6 +15,7 @@ #![feature(core_intrinsics)] #![feature(custom_attribute)] #![feature(custom_derive)] +#![feature(decode_utf16)] #![feature(drain)] #![feature(fnbox)] #![feature(hashmap_hasher)] |