Skip to content

Commit 3330790

Browse files
committed
elide explicit lifetime
1 parent 25d9ba8 commit 3330790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/stackable-cockpit/src/xfer/processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl<T> Yaml<T> {
9191
#[derive(Debug)]
9292
pub struct Template<'a>(&'a HashMap<String, String>);
9393

94-
impl<'a> Processor for Template<'a> {
94+
impl Processor for Template<'_> {
9595
type Input = String;
9696
type Output = String;
9797

0 commit comments

Comments
 (0)