From fbde392c3df4bf681a53fe47eaaf9df2f9cc93a4 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 28 Sep 2016 11:05:06 +0200 Subject: =?UTF-8?q?Revert=20"Make=20DOMRefCell=20use=20style=E2=80=99s=20c?= =?UTF-8?q?opy=20of=20RefCell"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ec723057b2360446790d436fe5e234d798fb4175. --- components/script/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/lib.rs') 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)] -- cgit v1.2.3