Skip to content

Commit

Permalink
Update src/lazy/text/buffer.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt authored Oct 5, 2023
1 parent 75909fa commit 7aea3aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lazy/text/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ pub(crate) struct TextBufferView<'a> {
// offset: 6
data: &'a [u8],
offset: usize,
// encoding: AnyTextEncoding,
}

impl<'data> TextBufferView<'data> {
Expand Down

0 comments on commit 7aea3aa

Please sign in to comment.