Commit 9ed521c
committed
style: rustfmt cleanup for fmt --all CI gate
Five locations across two files where my recent commits had lines
slightly over the rustfmt width:
- simd_int_ops.rs tests: 3× iterator chain reflows (.collect()
onto its own line)
- simd_ops.rs:505 — `array_windows` count computation broken to
if/else block form
- simd_ops.rs:679 / :686 — ref_add_mul_{f32,f64} test helpers
reflow .iter().zip(...).map(...).collect() onto multi-line
Pure whitespace / formatting; no semantic changes. 15 simd_int_ops
tests + 29 simd_ops tests still pass on default v3.
https://claude.ai/code/session_01HbqooFZHAjaUtFEzhA1R2u1 parent 0eaa3ac commit 9ed521c
2 files changed
Lines changed: 24 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
645 | 647 | | |
646 | 648 | | |
647 | 649 | | |
| |||
656 | 658 | | |
657 | 659 | | |
658 | 660 | | |
659 | | - | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
660 | 664 | | |
661 | 665 | | |
662 | 666 | | |
| |||
685 | 689 | | |
686 | 690 | | |
687 | 691 | | |
688 | | - | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
689 | 695 | | |
690 | 696 | | |
691 | 697 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
509 | 513 | | |
510 | 514 | | |
511 | 515 | | |
| |||
679 | 683 | | |
680 | 684 | | |
681 | 685 | | |
682 | | - | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
683 | 691 | | |
684 | 692 | | |
685 | 693 | | |
686 | | - | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
687 | 699 | | |
688 | 700 | | |
689 | 701 | | |
| |||
0 commit comments