Resolve redundant_field_names lint in serde_derive

This commit is contained in:
David Tolnay
2020-04-05 21:02:37 -07:00
parent 1b35c9e27e
commit b6def5300a
6 changed files with 32 additions and 39 deletions
+5 -5
View File
@@ -134,11 +134,11 @@ impl Parameters {
let has_getter = cont.data.has_getter();
Parameters {
local: local,
this: this,
generics: generics,
borrowed: borrowed,
has_getter: has_getter,
local,
this,
generics,
borrowed,
has_getter,
}
}