api: Add missing anonymous lifetime
This commit is contained in:
parent
d467eaf621
commit
5db8373117
@ -133,7 +133,7 @@ pub enum AuthScheme {
|
||||
}
|
||||
|
||||
impl Parse for AuthScheme {
|
||||
fn parse(input: ParseStream) -> syn::Result<Self> {
|
||||
fn parse(input: ParseStream<'_>) -> syn::Result<Self> {
|
||||
let lookahead = input.lookahead1();
|
||||
|
||||
if lookahead.peek(kw::None) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user