GitoxideLabs / gitoxide

An idiomatic, lean, fast & safe pure Rust implementation of Git
Apache License 2.0
8.91k stars 303 forks source link

One fix of clippy::match_same_arms #1548

Closed nyurik closed 1 month ago

nyurik commented 1 month ago

Clippy suggests to collapse identical match arms (info), but i am not too certain it will create more readable code everywhere. Though, while looking at it, this instance clearly is an accidental dup.