Commit 5da250a
committed
refactor: use array_windows for timing interval calculation
Replace .windows(2) with .array_windows() and destructure into
[a, b] for clearer, type-safe access (Rust 1.94).1 parent 06e5b63 commit 5da250a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments