We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a22f13b + 6805beb commit 34096a5Copy full SHA for 34096a5
gix-blame/src/file/function.rs
@@ -203,7 +203,7 @@ where
203
204
hunks_to_blame.retain_mut(|unblamed_hunk| {
205
if unblamed_hunk.suspects.len() == 1 {
206
- if let Some(entry) = BlameEntry::from_unblamed_hunk(&unblamed_hunk, suspect) {
+ if let Some(entry) = BlameEntry::from_unblamed_hunk(unblamed_hunk, suspect) {
207
// At this point, we have copied blame for every hunk to a parent. Hunks
208
// that have only `suspect` left in `suspects` have not passed blame to any
209
// parent, and so they can be converted to a `BlameEntry` and moved to
0 commit comments