mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 10:50:15 +00:00
Merge from rust-lang/rust
This commit is contained in:
commit
b3fd9bc081
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ impl Parse for Cycle {
|
|||
}
|
||||
|
||||
impl Parse for Option {
|
||||
fn parse(input: ParseStream) -> syn::Result<Self> {
|
||||
fn parse(input: ParseStream<'_>) -> syn::Result<Self> {
|
||||
let name = input.parse()?;
|
||||
input.parse::<Token![=]>()?;
|
||||
let value = input.parse()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue