diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-07-23 01:13:06 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2015-07-31 08:09:25 +0200 |
commit | 06ba62b012793cb60f1b5207f809aaed2a67875c (patch) | |
tree | 2da22437e9689b4ca76a786724e5f187df6534f4 /components/script/lib.rs | |
parent | d2bd070dc3224927e4584be95e4399038a9ab601 (diff) | |
download | servo-06ba62b012793cb60f1b5207f809aaed2a67875c.tar.gz servo-06ba62b012793cb60f1b5207f809aaed2a67875c.zip |
Remove some PropertyDeclaration cloning.
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 3e38d1c88fc..1de8e8c5b75 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -10,6 +10,7 @@ #![feature(borrow_state)] #![feature(box_raw)] #![feature(box_syntax)] +#![feature(cell_extras)] #![feature(core)] #![feature(core_intrinsics)] #![feature(custom_attribute)] |