diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-03-29 16:25:53 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-09 21:43:25 +0200 |
commit | 3d6614e3145f0955be55bf5656aa805fedef639c (patch) | |
tree | c32da06bff1406c3db510a64d0f873e575dc68fb /components/script/lib.rs | |
parent | cb754b262747e7cab794411df55588f0f0b30b5e (diff) | |
download | servo-3d6614e3145f0955be55bf5656aa805fedef639c.tar.gz servo-3d6614e3145f0955be55bf5656aa805fedef639c.zip |
Upgrade to rustc 1.27.0-nightly (056f589fb 2018-04-07)
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 02a86ee4d5d..dd2bd23d1ca 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -4,13 +4,10 @@ #![cfg_attr(feature = "unstable", feature(core_intrinsics))] #![cfg_attr(feature = "unstable", feature(on_unimplemented))] -#![feature(ascii_ctype)] -#![feature(conservative_impl_trait)] #![feature(const_fn)] #![feature(mpsc_select)] #![feature(plugin)] #![feature(proc_macro)] -#![feature(splice)] #![feature(string_retain)] #![deny(unsafe_code)] |