Commit 0a4afc5
committed
deepnsm: fix clippy needless_range_loop in gridlake_coca_wire
Convert the nested 0..256 index loops building the palette256² tables
to iter_mut().enumerate(), clearing the -D clippy::needless-range-loop
CI failure. Behavior is identical: cell = (a ^ b).wrapping_add(s * 37).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MLBnPuScZy6w9di2QEjsXM1 parent b8f6bc6 commit 0a4afc5
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments