Commit e836625
committed
Remove redundant field names in struct initialization
clippy emits:
error: redundant field names in struct initialization
As suggested, remove redundant field names in struct initialization1 parent 2a31677 commit e836625
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments