Skip to content

fix: resolve all clippy warnings across workspace#79

Merged
VAIBHAVJINDAL3012 merged 1 commit intomainfrom
fix/clippy-warnings
Mar 11, 2026
Merged

fix: resolve all clippy warnings across workspace#79
VAIBHAVJINDAL3012 merged 1 commit intomainfrom
fix/clippy-warnings

Conversation

@VAIBHAVJINDAL3012
Copy link
Copy Markdown
Contributor

Summary

  • Fixes all clippy warnings across 9 crates
  • Zero warnings on cargo clippy --workspace
  • All 188 tests still pass

- Remove unused imports (Validator, BorHardfork, Address, U256, is_inturn, SpanStore, SystemTxPlan)
- Use Entry API instead of contains_key+insert in SpanCache
- Remove needless borrow in receipt_key
- Move KZG_ADDRESS to #[cfg(test)] since only used in tests
- Fix empty line after doc comment in tables.rs
- Prefix unused variable with underscore in validation.rs
@VAIBHAVJINDAL3012 VAIBHAVJINDAL3012 merged commit 4f52365 into main Mar 11, 2026
2 of 3 checks 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