Auto merge of #25739 - servo:rustup, r=paulrouget

Upgrade to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)

~This Nightly doesn’t have rustfmt, so merging this PR is blocked on https://github.com/rust-lang/rust/issues/68917 and upgrading to a Nightly with the fix.~

Fixes #25550
This commit is contained in:
bors-servo 2020-02-14 15:14:18 -05:00 committed by GitHub
commit 55473eb441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 53 additions and 67 deletions

View file

@ -38,7 +38,6 @@ libflate = "0.1"
log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
matches = "0.1"
mime = "0.3"
mime_guess = "2.0.0-alpha.6"
msg = {path = "../msg"}