aboutsummaryrefslogtreecommitdiffstats
path: root/src/epub.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/epub.rs')
-rw-r--r--src/epub.rs1
1 files changed, 0 insertions, 1 deletions
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);