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 6fcef9a commit 00da9a6
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 @@ -1012,7 +1012,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 00da9a6

Please sign in to comment.