Skip to content

fix: rustfmt and clippy CI gate - #2

Merged
gRoussac merged 2 commits into
InterINNL:devfrom
gRoussac:fix/rustfmt-ci
Aug 28, 2026
Merged

fix: rustfmt and clippy CI gate#2
gRoussac merged 2 commits into
InterINNL:devfrom
gRoussac:fix/rustfmt-ci

Conversation

@gRoussac

Copy link
Copy Markdown
Member

Summary

  • Apply cargo fmt across workspace Rust sources.
  • Remove unused sylvia::entry_points imports (clippy -D warnings).
  • Fix local-dao multitest clippy (unnecessary_to_owned / needless_borrow).

Test plan

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo test --workspace
  • CI green on this PR (fork: gRoussac)

Made with Cursor

gRoussac and others added 2 commits August 28, 2026 22:01
Co-authored-by: Cursor <cursoragent@cursor.com>
Remove unused sylvia::entry_points imports and fix local-dao multitest
so workspace clippy passes with -D warnings.

Co-authored-by: Cursor <cursoragent@cursor.com>
@gRoussac
gRoussac merged commit 2292cc4 into InterINNL:dev Aug 28, 2026
1 check passed
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