fix(example_cli): clippy warnings#2043
Merged
oleonardolima merged 2 commits intobitcoindevkit:masterfrom Sep 23, 2025
Merged
Conversation
6 tasks
ValuedMammal
added a commit
that referenced
this pull request
Oct 9, 2025
…py fixes c123a28 fix(electrum): clippy warnings (Leonardo Lima) 08e189f fix(example_cli): clippy warnings (Leonardo Lima) 6c43b46 fix(ci): update `webpki-roots` pinned version (Leonardo Lima) Pull request description: backport #2058 and #2043 to `release/chain-0.23.x` ### Description ### Notes to the reviewers ### Changelog notice ### Checklists #### All Submissions: * [ ] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) #### New Features: * [ ] I've added tests for the new feature * [ ] I've added docs for the new feature #### Bugfixes: * [ ] This pull request breaks the existing API * [ ] I've added tests to reproduce the issue which are now passing * [ ] I'm linking the issue being fixed by this PR ACKs for top commit: ValuedMammal: ACK c123a28 notmandatory: ACK c123a28 Tree-SHA512: 74749c139e78f9e7ddb8dae655d73fb50938ff6eb7708bcb56f21bcc47faa9ddefa79b5c19251f5b95fc4bd351948caf9dcbb814d4629db8cb0a8b67f8083014
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.
Description
There's some annoying clippy warnings/errors that I'm only facing on the CI and not able to reproduce locally. I'm fixing those here.
Changelog notice
Checklists
All Submissions: