docs: remove comment for consistency

pull/12043/head
Nikita Revenco 2024-12-20 13:04:53 +00:00
parent fe7b74fd06
commit ea920b82eb
1 changed files with 0 additions and 1 deletions

View File

@ -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<Item = char>,
buf: &mut Tendril,