diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-02-10 17:00:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-10 17:00:26 -0500 |
commit | aeeaf9dda1936acc82ab039fd6fdd887e6add043 (patch) | |
tree | fb16f7cd6bc983f2ac00f54767d102d0e2a186ab /components/script/lib.rs | |
parent | a019ed1f80e9ecfe20d797d8e1304771e0fb0af7 (diff) | |
parent | 6daebcc5dfc4e57d2f9e9450aa01b8c67dd34986 (diff) | |
download | servo-aeeaf9dda1936acc82ab039fd6fdd887e6add043.tar.gz servo-aeeaf9dda1936acc82ab039fd6fdd887e6add043.zip |
Auto merge of #22861 - emilio:gecko-sync, r=emilio
style: Sync changes from mozilla-central.
See each individual commit for details.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22861)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index ce427aa3a56..1332e604fdb 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -8,6 +8,7 @@ #![feature(drain_filter)] #![feature(plugin)] #![feature(try_from)] +#![feature(type_alias_enum_variants)] #![deny(unsafe_code)] #![allow(non_snake_case)] #![doc = "The script crate contains all matters DOM."] |