Skip to content

fix: clippy and rustfmt for proptest suite#37

Merged
avrabe merged 2 commits intomainfrom
fix/clippy-fmt-proptest
Mar 2, 2026
Merged

fix: clippy and rustfmt for proptest suite#37
avrabe merged 2 commits intomainfrom
fix/clippy-fmt-proptest

Conversation

@avrabe
Copy link
Contributor

@avrabe avrabe commented Mar 2, 2026

Summary

  • Fix clippy::cloned_ref_to_slice_refs warning in proptest_robustness.rs
  • Apply edition 2024 rustfmt formatting to both test files

Fixes CI failures from 620f256.

Test plan

  • cargo clippy --workspace --all-targets -- -D warnings passes
  • cargo fmt --check passes
  • cargo test -p synth-synthesis --test rocq_correspondence --test proptest_robustness passes

🤖 Generated with Claude Code

avrabe and others added 2 commits March 2, 2026 12:43
- Replace `&[op.clone()]` with `std::slice::from_ref(&op)` (clippy::cloned_ref_to_slice_refs)
- Apply edition 2024 rustfmt formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Bump Rust toolchain from 1.84 to 1.88 (let_chains stabilized in 1.88)
- Update edition from 2021 to 2024 across all BUILD.bazel targets
- Remove synth-regalloc and synth-codegen targets (crates deleted previously)
- Fix synth-backend deps to match actual Cargo.toml dependencies
- Bump MSRV from 1.85 to 1.88 in Cargo.toml and CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@avrabe avrabe merged commit 96c7398 into main Mar 2, 2026
5 checks passed
@avrabe avrabe deleted the fix/clippy-fmt-proptest branch March 2, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant