Auto merge of #23717 - servo:rustup, r=jdm

Upgrade to rustc 1.37.0-nightly (088b98730 2019-07-03)

<!-- 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/23717)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-07-05 12:20:17 -04:00 committed by GitHub
commit 76d3272d16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 6 deletions

View file

@ -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."]