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 59b37f78a25..9967af74414 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -16,6 +16,7 @@ #![feature(custom_attribute)] #![feature(custom_derive)] #![feature(drain)] +#![feature(fnbox)] #![feature(hashmap_hasher)] #![feature(mpsc_select)] #![feature(nonzero)] |