Skip to content

Commit 5a2012c

Browse files
committed
Elide lifetime
1 parent 3c4664a commit 5a2012c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ handlebars_helper!(hb_month_name_helper: |month_num: u64| match month_num {
4747
_ => "Error!",
4848
});
4949

50-
impl<'a> Generator<'a> {
50+
impl Generator<'_> {
5151
fn new(
5252
out_directory: impl AsRef<Path>,
5353
posts_directory: impl AsRef<Path>,

0 commit comments

Comments
 (0)