Skip to content

Commit

Permalink
fix: clippy "needless lifetimes" warning (closes leptos-rs#1825) (l…
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj authored and maccesch committed Oct 7, 2023
1 parent d118496 commit 464dc9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leptos_macro/src/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ impl ToTokens for Model {
#[doc = ""]
#component_fn_prop_docs
#[allow(non_snake_case, clippy::too_many_arguments)]
#[allow(clippy::needless_lifetimes)]
#tracing_instrument_attr
#vis fn #name #impl_generics (
#props_arg
Expand Down

0 comments on commit 464dc9f

Please sign in to comment.