From d09560fa20287e5033cca5229649eac140f81e63 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 16 May 2020 02:22:35 -0700 Subject: meta --- src/epub.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/epub.rs') diff --git a/src/epub.rs b/src/epub.rs index f80e2bc..90a53b5 100644 --- a/src/epub.rs +++ b/src/epub.rs @@ -28,7 +28,6 @@ impl Epub { // UnknownEntityReference for HTML entities let doc = Document::parse(&xml).unwrap(); let body = doc.root_element().last_element_child().unwrap(); - // XXX no initial string, buf.last is none let mut chapter = String::new(); Epub::render(&mut chapter, body); epub.chapters.push(chapter); -- cgit v1.2.3