aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2019-04-12 13:49:41 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2019-04-12 19:02:07 +0200
commit44163148c2fe2b6b92f1129a493e086ab5594d19 (patch)
tree5972d4108b31821b64d5274185be10b36b1faed0 /components/script/lib.rs
parenta74f5222db7f7f39e426cd0b8836f5b806730ef7 (diff)
downloadservo-44163148c2fe2b6b92f1129a493e086ab5594d19.tar.gz
servo-44163148c2fe2b6b92f1129a493e086ab5594d19.zip
Make use of RefCell::try_borrow_unguarded
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 565cdbfc6c2..a057540ae22 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -4,6 +4,7 @@
#![cfg_attr(feature = "unstable", feature(core_intrinsics))]
#![cfg_attr(feature = "unstable", feature(on_unimplemented))]
+#![feature(borrow_state)]
#![feature(const_fn)]
#![feature(drain_filter)]
#![feature(inner_deref)]