We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5573529 commit 276e726Copy full SHA for 276e726
src/index/diff/delegate.rs
@@ -75,7 +75,7 @@ impl Delegate {
75
.iter()
76
.map(|&line| input.interner[line])
77
.peekable();
78
- match (lines_before.peek().is_some(), lines_after.next().is_some()) {
+ match (lines_before.peek().is_some(), lines_after.peek().is_some()) {
79
(true, false) => {
80
for removed in lines_before {
81
match version_from_json_line(removed.as_bstr(), location) {
0 commit comments