Skip to content

Commit

Permalink
Address compiler bug with variable shadowing
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikar committed Nov 4, 2021
1 parent 70091f7 commit ccfef8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helix-tui/src/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ impl Buffer {
self.content[i].reset();
}
index -= width;
x_offset -= width;
}
}
(x_offset as u16, y)
Expand Down

0 comments on commit ccfef8e

Please # to comment.