diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-02-22 23:38:48 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-02-24 01:49:29 +0100 |
commit | 64885c4213c97c818f37026c7071975f299466fb (patch) | |
tree | 0bc6eeeed850a8ac7c476a3c1e56cb96713afbb1 /components/script/lib.rs | |
parent | 1d13e6a2df42af3cce427a0b2062ac70d28c05d0 (diff) | |
download | servo-64885c4213c97c818f37026c7071975f299466fb.tar.gz servo-64885c4213c97c818f37026c7071975f299466fb.zip |
Update to rustc 1.17.0-nightly (413a975e3 2017-02-23)
Fix #15704
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 81c7eb0901f..9d3abf169b9 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -6,7 +6,6 @@ #![feature(conservative_impl_trait)] #![feature(const_fn)] #![feature(core_intrinsics)] -#![feature(field_init_shorthand)] #![feature(mpsc_select)] #![feature(nonzero)] #![feature(on_unimplemented)] |