zip-rs / zip-old

Zip implementation in Rust
MIT License
731 stars 204 forks source link

Remove unnecessary "mut" #449

Closed psychon closed 5 months ago

psychon commented 5 months ago

roundtrip() takes a &mut, but only uses this argument non-mutably.