aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-07-08 12:25:31 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-07-08 23:02:43 +0200
commitcf460cbb5e616d12f5e6b1f64acddf3ec0e7b087 (patch)
treea5cf3855f963d0417d9af8243b820fcaee2c896c /src/error.rs
parent9f80512a11926c5ec3f869ad5e220b3b350eec9a (diff)
downloadnitrokey-rs-cf460cbb5e616d12f5e6b1f64acddf3ec0e7b087.tar.gz
nitrokey-rs-cf460cbb5e616d12f5e6b1f64acddf3ec0e7b087.tar.bz2
Use find(…) instead of skip_while(…).next()
This patch replaces calls to skip_while(…).next() for an iter::Iterator with a call to find(…), as suggested by clippy.
Diffstat (limited to 'src/error.rs')
0 files changed, 0 insertions, 0 deletions