Auto merge of #25299 - emilio:gecko-sync, r=emilio,nox

style: Sync changes from mozilla-central.

See individual commits for details.
This commit is contained in:
bors-servo 2019-12-16 23:51:18 -05:00 committed by GitHub
commit a8b8f46476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 770 additions and 450 deletions

View file

@ -40,7 +40,7 @@ serde = { version = "1.0.27", optional = true }
serde_bytes = { version = "0.11", optional = true }
servo_arc = { path = "../servo_arc" }
smallbitvec = "2.3.0"
smallvec = "0.6"
smallvec = "1.0"
string_cache = { version = "0.8", optional = true }
thin-slice = "0.1.0"
time = { version = "0.1.17", optional = true }