Skip to content

Commit 7022819

Browse files
committed
feat: v1.15.4
1 parent 626607e commit 7022819

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lombok-macros"
3-
version = "1.15.2"
3+
version = "1.15.4"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/generate/fn.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,7 @@ pub(crate) fn inner_new_constructor(input: &DeriveInput, visibility: Visibility)
846846
let vis_tokens: TokenStream2 = visibility.to_token_stream();
847847
let expanded: TokenStream2 = quote! {
848848
impl #impl_generics #name #ty_generics #where_clause {
849+
#[allow(clippy::too_many_arguments)]
849850
#[inline(always)]
850851
#vis_tokens fn new(#(#params),*) -> Self {
851852
Self #constructor_fields

0 commit comments

Comments
 (0)