]> Untitled Git - bdk/commit
Use .get(0) instead of .iter().next(), clippy warning
authorSteve Myers <steve@notmandatory.org>
Thu, 8 Apr 2021 19:16:58 +0000 (12:16 -0700)
committerSteve Myers <steve@notmandatory.org>
Thu, 8 Apr 2021 21:18:07 +0000 (14:18 -0700)
commit2380634496139507a2ad0e44f453ebf9926ef351
tree413f398a0feef713e8c749ede655b3abd039457c
parentaf98b8da063b72d20f26ae210ad18108ffbe0471
Use .get(0) instead of .iter().next(), clippy warning

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