Commit be1125c
fix(tests): use struct initialization syntax to satisfy clippy
Replace field assignment on Config::default() with struct initialization
using ..Default::default() syntax to fix clippy field_reassign_with_default
lint that was failing in CI Optimized workflow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1676fae commit be1125c
1 file changed
Lines changed: 6 additions & 4 deletions
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | | - | |
80 | | - | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments