Skip to content

Commit 626607e

Browse files
committed
feat: v1.15.2
1 parent e921956 commit 626607e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.1"
3+
version = "1.15.2"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/generate/fn.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,6 @@ 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)]
850849
#[inline(always)]
851850
#vis_tokens fn new(#(#params),*) -> Self {
852851
Self #constructor_fields

0 commit comments

Comments
 (0)