Centralize lint configuration (#3055)

This commit is contained in:
Jonas Platte
2024-11-30 16:53:48 +01:00
committed by GitHub
parent 2eaed0badc
commit d84136e1e4
19 changed files with 66 additions and 161 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ pub(super) struct FieldAttrs {
}
impl Parse for FieldAttrs {
fn parse(input: ParseStream) -> syn::Result<Self> {
fn parse(input: ParseStream<'_>) -> syn::Result<Self> {
let mut skip = None;
while !input.is_empty() {