aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-09-28 11:05:06 +0200
committerSimon Sapin <simon.sapin@exyr.org>2016-10-04 18:35:01 +0200
commitfbde392c3df4bf681a53fe47eaaf9df2f9cc93a4 (patch)
treebc8d2b1804128f9fbcad79ae99609d145bd957b1 /components/script/lib.rs
parentc831369e3effa82aca268843ba61bd2d011bd643 (diff)
downloadservo-fbde392c3df4bf681a53fe47eaaf9df2f9cc93a4.tar.gz
servo-fbde392c3df4bf681a53fe47eaaf9df2f9cc93a4.zip
Revert "Make DOMRefCell use style’s copy of RefCell"
This reverts commit ec723057b2360446790d436fe5e234d798fb4175.
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 3b4c6c40a1e..a7c73205d2f 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -17,6 +17,7 @@
#![feature(slice_patterns)]
#![feature(stmt_expr_attributes)]
#![feature(question_mark)]
+#![feature(try_borrow)]
#![feature(try_from)]
#![deny(unsafe_code)]