aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-08-11 16:24:21 +0200
committerSimon Sapin <simon.sapin@exyr.org>2017-08-15 14:10:44 +0200
commitb5a4b8d6a09a71bd3a4ff4ae68e7a9639f9dcaad (patch)
tree6f19f8562d57258c06ee21ee2bdbd85f9ae2cb64 /components/script/lib.rs
parent41fb10c58995781d595a233afae0758427ad5cc5 (diff)
downloadservo-b5a4b8d6a09a71bd3a4ff4ae68e7a9639f9dcaad.tar.gz
servo-b5a4b8d6a09a71bd3a4ff4ae68e7a9639f9dcaad.zip
Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index cab84d54294..223f00d33c2 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -10,7 +10,6 @@
#![feature(mpsc_select)]
#![feature(nonzero)]
#![feature(on_unimplemented)]
-#![feature(option_entry)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(stmt_expr_attributes)]