Make workspace build and Clippy warning-free #11

Merged
sjg merged 1 commits from fix/workspace-clippy-warnings into main 2026-08-01 01:52:09 +02:00
Owner

Summary

  • compile the scalar frequency-domain fallback only on non-AArch64 targets, avoiding unreachable code after the NEON path
  • make the WEFAX pseudo-random test data use explicit wrapping arithmetic, avoiding debug-build overflow

Verification

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • RUSTFLAGS="-D warnings" cargo build --workspace --all-targets --all-features
  • RUSTFLAGS="-D warnings" cargo test --workspace --all-features
## Summary - compile the scalar frequency-domain fallback only on non-AArch64 targets, avoiding unreachable code after the NEON path - make the WEFAX pseudo-random test data use explicit wrapping arithmetic, avoiding debug-build overflow ## Verification - `cargo fmt --all -- --check` - `cargo clippy --workspace --all-targets --all-features -- -D warnings` - `RUSTFLAGS="-D warnings" cargo build --workspace --all-targets --all-features` - `RUSTFLAGS="-D warnings" cargo test --workspace --all-features`
sjg added 1 commit 2026-08-01 01:52:01 +02:00
[fix](workspace): clear build and clippy warnings
CI / lint (pull_request) Failing after 0s
CI / test (pull_request) Failing after 0s
CI / reuse (pull_request) Failing after 0s
7c7572e215
sjg merged commit 5654520901 into main 2026-08-01 01:52:09 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sjg/trx-rs#11