Skip to content

Commit

Permalink
Update helix-stdx/src/rope.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <[email protected]>
  • Loading branch information
pascalkuthe and the-mikedavis committed Apr 9, 2024
1 parent 88f456a commit fd163f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-stdx/src/rope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ impl<'a> RopeSliceExt<'a> for RopeSlice<'a> {
}
}

/// copiefd froom std
// copied from std
#[inline]
const fn is_utf8_char_boundary(b: u8) -> bool {
// This is bit magic equivalent to: b < 128 || b >= 192
Expand Down

0 comments on commit fd163f1

Please sign in to comment.