We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4664a commit 5a2012cCopy full SHA for 5a2012c
src/lib.rs
@@ -47,7 +47,7 @@ handlebars_helper!(hb_month_name_helper: |month_num: u64| match month_num {
47
_ => "Error!",
48
});
49
50
-impl<'a> Generator<'a> {
+impl Generator<'_> {
51
fn new(
52
out_directory: impl AsRef<Path>,
53
posts_directory: impl AsRef<Path>,
0 commit comments