Skip to content

fix: resolve Clippy and README CI failures - #63

Merged
ananas-block merged 2 commits into
mainfrom
fix/pr-62-ci
Sep 22, 2026
Merged

ananas-block merged 2 commits into
mainfrom
fix/pr-62-ci

Conversation

@ananas-block

Copy link
Copy Markdown
Contributor

PR #62 fixes the Clippy errors, but its test workflow then fails because cargo-rdme requires a nightly Rust toolchain that CI does not install. Once that toolchain is installed, the README also fails the freshness check because its dependency links need regeneration.

This PR includes the original Clippy fixes from #62, pins cargo-rdme to 2.2.3 with locked dependencies, installs its required toolchain before checking the README, and regenerates the three ark_ff::PrimeField links. The README freshness check remains enabled.

Validated locally with Rust 1.98.0:

  • cargo check --workspace --all-targets
  • cargo test --workspace (30 integration tests and 5 doc tests passed)
  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo rdme --check using cargo-rdme 2.2.3 and its required nightly toolchain

@ananas-block
ananas-block merged commit 1e4b087 into main Sep 22, 2026
2 checks passed
@ananas-block
ananas-block deleted the fix/pr-62-ci branch September 22, 2026 11:11
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.

2 participants