From 09e5182e37b519de938de6a87210a4258d4aa26c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 2 Jul 2022 16:05:45 +0100 Subject: (doc): Remove unnecessary lifetime marker Signed-off-by: Daniel Silverstone --- src/doc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ast: Pandoc, -- cgit v1.2.1