summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.rs b/src/doc.rs
index 71266d6..8a70306 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -89,7 +89,7 @@ pub struct Document {
warnings: Warnings,
}
-impl<'a> Document {
+impl Document {
fn new(
markdowns: Vec<PathBuf>,
ast: Pandoc,