rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.69k stars 388 forks source link

Remove mut when not needed #953

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

A false negative for unused_mut was fixed in https://github.com/rust-lang/rust/pull/110960.