Remove comment -- this is no longer a line for line rewrite

This commit is contained in:
alex wennerberg
2022-01-12 18:08:30 -08:00
parent 1f678a8621
commit 1624bd13e6

View File

@@ -1,5 +1,3 @@
// almost a line for line rewrite of https://github.com/k3a/html2text/blob/master/html2text.go
//
mod entity;
fn decode_named_entity(entity: &str) -> Option<char> {