From 1624bd13e67f7820331a7298b8cf72f3b09e6c7e Mon Sep 17 00:00:00 2001 From: alex wennerberg Date: Wed, 12 Jan 2022 18:08:30 -0800 Subject: [PATCH] Remove comment -- this is no longer a line for line rewrite --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index aee105b..c3c66c3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 {