mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Centralize lint configuration (#3055)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user