Commit 1dce707
Fix clippy identity_op in closestsubstring_ilp test (#1035)
Replace `6 + 0` and `6 + 6 + 0` with `6` and `6 + 6`. Surfaced during
structural review of #363 commit (the lint blocks
`cargo clippy --all-targets -- -D warnings`).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent d1da221 commit 1dce707
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments