Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Nov 13, 2024
1 parent 75142c4 commit eb5567e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/blueprint-proc-macro/src/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ impl EventListenerArgs {
&self.listeners[0]
}

pub fn get_param_name_tokenstream<'a>(
pub fn get_param_name_tokenstream(
&self,
params: &[ParameterType],
) -> Vec<proc_macro2::TokenStream> {
Expand Down

0 comments on commit eb5567e

Please sign in to comment.