mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-23 00:00:15 +02:00
Centralize lint configuration (#3055)
This commit is contained in:
@@ -122,7 +122,7 @@ pub(crate) struct Attrs {
|
||||
}
|
||||
|
||||
impl Parse for Attrs {
|
||||
fn parse(input: syn::parse::ParseStream) -> syn::Result<Self> {
|
||||
fn parse(input: syn::parse::ParseStream<'_>) -> syn::Result<Self> {
|
||||
let mut state_ty = None;
|
||||
|
||||
while !input.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user