chore(clippy): fix workspace-wide clippy regressions#14554
Merged
Conversation
Amp-Thread-ID: https://ampcode.com/threads/T-019df0f9-62e7-74b8-bd5e-da2acce678fb Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019df0f9-62e7-74b8-bd5e-da2acce678fb Co-authored-by: Amp <amp@ampcode.com>
grandizzy
previously approved these changes
May 4, 2026
Amp-Thread-ID: https://ampcode.com/threads/T-019df0f9-62e7-74b8-bd5e-da2acce678fb Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019df0f9-62e7-74b8-bd5e-da2acce678fb Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019df0f9-62e7-74b8-bd5e-da2acce678fb Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019df174-9538-713b-b8c9-5001b1ad4719 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019df174-9538-713b-b8c9-5001b1ad4719 Co-authored-by: Amp <amp@ampcode.com>
grandizzy
approved these changes
May 4, 2026
zerosnacks
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trivial clippy fixes for lints fired under recent nightly clippy across the workspace.
Lints addressed:
clippy::for_kv_map—crates/common/src/contracts.rsclippy::useless_borrows_in_formatting— drop redundant&onformat!/write!/sh_println!arguments across:crates/anvil/src/eth/pool/transactions.rscrates/cast/src/cmd/wallet/mod.rs,crates/cast/src/lib.rscrates/cheatcodes/src/test/assert.rscrates/chisel/src/executor.rscrates/doc/src/writer/as_doc.rscrates/evm/core/src/decode.rscrates/evm/evm/src/executors/invariant/mod.rscrates/evm/fuzz/src/lib.rscrates/fmt/src/state/mod.rscrates/forge/src/cmd/test/mod.rs,crates/forge/src/cmd/test/summary.rs,crates/forge/src/gas_report.rs,crates/forge/src/runner.rscrates/script/src/verify.rsclippy::uninlined_format_args— inline format args at two cast wallet messages exposed after removing the borrows.No behavior change.