]> Untitled Git - bdk/commit
Use .any() instead of .find().is_some(), clippy warning
authorSteve Myers <steve@notmandatory.org>
Thu, 8 Apr 2021 19:19:40 +0000 (12:19 -0700)
committerSteve Myers <steve@notmandatory.org>
Thu, 8 Apr 2021 21:18:07 +0000 (14:18 -0700)
commit5f873ae500b4268bb263c0344d5acc4b19cac65b
treef2d962c277d937f536bbfa2375d67956e71b105c
parent2380634496139507a2ad0e44f453ebf9926ef351
Use .any() instead of .find().is_some(), clippy warning

https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some
src/wallet/mod.rs