aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-07-23 01:13:06 +0200
committerSimon Sapin <simon.sapin@exyr.org>2015-07-31 08:09:25 +0200
commit06ba62b012793cb60f1b5207f809aaed2a67875c (patch)
tree2da22437e9689b4ca76a786724e5f187df6534f4 /components/script/lib.rs
parentd2bd070dc3224927e4584be95e4399038a9ab601 (diff)
downloadservo-06ba62b012793cb60f1b5207f809aaed2a67875c.tar.gz
servo-06ba62b012793cb60f1b5207f809aaed2a67875c.zip
Remove some PropertyDeclaration cloning.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
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)]