aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-12-09 11:48:00 -0500
committerMs2ger <Ms2ger@gmail.com>2015-12-09 13:53:06 -0500
commitcfa18bc2e64eaedf91e92387ec885db3cf58a2a7 (patch)
tree0cbba6d7c19c89087d1a211117f6d2b09f60994e /components/script
parent8ba470d79fadf8787eb139af9047b0b4a10fe25c (diff)
downloadservo-cfa18bc2e64eaedf91e92387ec885db3cf58a2a7.tar.gz
servo-cfa18bc2e64eaedf91e92387ec885db3cf58a2a7.zip
Update rustc to the 2015-12-09 nightly.
Diffstat (limited to 'components/script')
-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 692e4671951..8114d694a9e 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -19,6 +19,7 @@
#![feature(mpsc_select)]
#![feature(nonzero)]
#![feature(on_unimplemented)]
+#![feature(peekable_is_empty)]
#![feature(plugin)]
#![feature(slice_patterns)]
#![feature(str_utf16)]