mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
This function was never used and will be superseded by `RopeSliceExt::is_grapheme_boundary` (which accepts a byte index rather than a character index) once we transition to Ropey v2. In the meantime any callers should convert to byte index and use the `RopeSliceExt` extension rather than form new dependencies on this.