Commit 610ab2b
fix: resolve clippy field_reassign_with_default warning
Use struct initialization with ..Default instead of creating a default
instance and reassigning a field.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f96c643 commit 610ab2b
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
0 commit comments