]> Untitled Git - bdk/commit
Use .flatten() instead of .filter_map(|x| x), clippy warning
authorSteve Myers <steve@notmandatory.org>
Thu, 8 Apr 2021 20:37:59 +0000 (13:37 -0700)
committerSteve Myers <steve@notmandatory.org>
Thu, 8 Apr 2021 21:18:07 +0000 (14:18 -0700)
commite37680af96f20d4995e918d84789f5f7d9aa4054
tree6a30b1a1c87ff4178f27a0f30492050444e82f38
parent5f873ae500b4268bb263c0344d5acc4b19cac65b
Use .flatten() instead of .filter_map(|x| x), clippy warning

https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_identity
src/descriptor/policy.rs