diff --git a/src/dehtml.rs b/src/dehtml.rs index f80600c17..17ecef037 100644 --- a/src/dehtml.rs +++ b/src/dehtml.rs @@ -20,8 +20,8 @@ enum AddText { YesPreserveLineEnds, } -/// dehtml() returns way too many newlines; however, an optimisation on this issue is not needed as -/// the newlines are typically removed in further processing by the caller +// dehtml() returns way too many newlines; however, an optimisation on this issue is not needed as +// the newlines are typically removed in further processing by the caller pub fn dehtml(buf: &str) -> Option { let s = dehtml_quick_xml(buf); if !s.trim().is_empty() {