Skip to content

Commit

Permalink
NFC: Remove unused lifetime
Browse files Browse the repository at this point in the history
Fixes clippy violation
  • Loading branch information
TedDriggs committed Oct 26, 2022
1 parent 243a10a commit 45cf09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive_builder_core/src/initializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ enum MatchSome {
Clone,
}

impl<'a> ToTokens for MatchSome {
impl ToTokens for MatchSome {
fn to_tokens(&self, tokens: &mut TokenStream) {
match *self {
Self::Move => tokens.append_all(quote!(
Expand Down

0 comments on commit 45cf09a

Please sign in to comment.