Skip to content

SMOODEV-950: Fix clippy errors blocking rust circuit breaker release#77

Merged
brentrager merged 1 commit into
mainfrom
SMOODEV-950-fix-clippy-cb
May 12, 2026
Merged

SMOODEV-950: Fix clippy errors blocking rust circuit breaker release#77
brentrager merged 1 commit into
mainfrom
SMOODEV-950-fix-clippy-cb

Conversation

@brentrager
Copy link
Copy Markdown
Contributor

Unblocks fetch release after SMOODEV-950 introduced 2 clippy errors under -D warnings:

  • .clone() on Copy type
  • trailing return; in if-block

110 cargo tests still green.

🤖 Generated with Claude Code

Two clippy errors under `-D warnings`:
- `clone()` on `CircuitState` which derives `Copy` — replace with direct
  move
- Trailing `return;` in an if-block whose function-end naturally returns

110 cargo tests still green.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@brentrager brentrager merged commit 2bdd943 into main May 12, 2026
@brentrager brentrager deleted the SMOODEV-950-fix-clippy-cb branch May 12, 2026 17:52
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 12, 2026

⚠️ No Changeset found

Latest commit: 6ab6565

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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