use field init shorthand EVERYWHERE

Like #43008 (f668999), but _much more aggressive_.
This commit is contained in:
Zack M. Davis
2017-08-06 22:54:09 -07:00
parent 82be83cf74
commit 1b6c9605e4
281 changed files with 1376 additions and 1376 deletions

View File

@@ -596,9 +596,9 @@
}
return {
raw: raw,
query: query,
type: type,
raw,
query,
type,
id: query + type
};
}
@@ -837,7 +837,7 @@
searchWords.push(crate);
searchIndex.push({
crate: crate,
crate,
ty: 1, // == ExternCrate
name: crate,
path: "",