]> Untitled Git - bdk/commit
fix(clippy): use `is_none_or` instead of `map_or`
authorLeonardo Lima <oleonardolima@users.noreply.github.com>
Thu, 2 Oct 2025 04:49:44 +0000 (14:49 +1000)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Thu, 9 Oct 2025 03:23:37 +0000 (14:23 +1100)
commit6b67a3409bfda1b9294d705f83cf69d3dcdbd19d
treee0f4044e4fdeddf5720d1506ecc0c7c9f5e3b8da
parent8c153080e7afc05a4bf02367dfa4955e10adab78
fix(clippy): use `is_none_or` instead of `map_or`

- use `is_non_or` instead of `map_or`
- update lifetime on `find_direct_anchor`
crates/chain/src/canonical_view.rs
crates/chain/src/indexer/keychain_txout.rs
crates/electrum/src/bdk_electrum_client.rs