From ea920b82eb465b9b841cb24d227b4e3fc4571514 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:04:53 +0000 Subject: [PATCH] docs: remove comment for consistency --- helix-core/src/case_conversion.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-core/src/case_conversion.rs b/helix-core/src/case_conversion.rs index 070b6e821..814ea4a9d 100644 --- a/helix-core/src/case_conversion.rs +++ b/helix-core/src/case_conversion.rs @@ -2,7 +2,6 @@ use crate::Tendril; // todo: should this be grapheme aware? -/// Converts each character into a different one, with zero context about surrounding characters pub fn simple_case_conversion( text: impl Iterator, buf: &mut Tendril,