summaryrefslogtreecommitdiff
path: root/src/zip.rs
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-04-25 00:32:14 +0200
committerJoel Klinghed <the_jk@spawned.biz>2024-04-25 00:32:14 +0200
commit8394910a7a57f6ddecf055f37931b476b8d1742d (patch)
tree4383502c5ec85e85517376e4397777a721a842ae /src/zip.rs
parent0f5874ea7c5b25152f448d8c46efee50b1c023ad (diff)
clippy: Follow most recommendations
It also tried to replace while let Some(arg) = args.next() { with: for arg in args.by_ref() { but that doesn't work on trait objects.
Diffstat (limited to 'src/zip.rs')
0 files changed, 0 insertions, 0 deletions