diff --git a/helix-core/src/doc_formatter.rs b/helix-core/src/doc_formatter.rs index d7470942..1c3bfec7 100644 --- a/helix-core/src/doc_formatter.rs +++ b/helix-core/src/doc_formatter.rs @@ -26,7 +26,6 @@ use crate::syntax::Highlight; use crate::text_annotations::TextAnnotations; use crate::{Position, RopeSlice}; -/// TODO make Highlight a u32 to reduce the size of this enum to a single word. #[derive(Debug, Clone, Copy)] pub enum GraphemeSource { Document {