diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-06-24 11:11:42 -0400 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-07-05 16:53:02 +0200 |
commit | 43a75011be4429f0e69c65362c119f6ef5ec96d5 (patch) | |
tree | 89def8f552e4ef8c26c0103d1d117152299379b3 /components/script | |
parent | a2b76b0169bbc7691fe2dc173ce7948ee1aca876 (diff) | |
download | servo-43a75011be4429f0e69c65362c119f6ef5ec96d5.tar.gz servo-43a75011be4429f0e69c65362c119f6ef5ec96d5.zip |
Upgrade to rustc 1.37.0-nightly (088b98730 2019-07-03)
Diffstat (limited to 'components/script')
-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 1be386dfd1c..ef1c9f5a707 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -8,7 +8,6 @@ #![feature(inner_deref)] #![feature(on_unimplemented)] #![feature(plugin)] -#![feature(type_alias_enum_variants)] #![deny(unsafe_code)] #![allow(non_snake_case)] #![doc = "The script crate contains all matters DOM."] |