Skip to content

Commit

Permalink
elide explicit lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
adwk67 committed Dec 18, 2024
1 parent 25d9ba8 commit 3330790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/stackable-cockpit/src/xfer/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl<T> Yaml<T> {
#[derive(Debug)]
pub struct Template<'a>(&'a HashMap<String, String>);

impl<'a> Processor for Template<'a> {
impl Processor for Template<'_> {
type Input = String;
type Output = String;

Expand Down

0 comments on commit 3330790

Please sign in to comment.