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.
2 parents 7e2dc1c + 5a2012c commit 65781e3Copy full SHA for 65781e3
.github/workflows/main.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
10
- RUST_VERSION: 1.80.0
+ RUST_VERSION: 1.84.0
11
12
jobs:
13
lint:
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