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 25d9ba8 commit 3330790Copy full SHA for 3330790
rust/stackable-cockpit/src/xfer/processor.rs
@@ -91,7 +91,7 @@ impl<T> Yaml<T> {
91
#[derive(Debug)]
92
pub struct Template<'a>(&'a HashMap<String, String>);
93
94
-impl<'a> Processor for Template<'a> {
+impl Processor for Template<'_> {
95
type Input = String;
96
type Output = String;
97
0 commit comments