mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-01 07:48:45 +00:00
Merge from rustc
This commit is contained in:
commit
fe46edaea0
1 changed files with 0 additions and 8 deletions
|
@ -241,11 +241,3 @@ impl Parse for QueryGroup {
|
||||||
Ok(QueryGroup { group_path })
|
Ok(QueryGroup { group_path })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Nothing;
|
|
||||||
|
|
||||||
impl Parse for Nothing {
|
|
||||||
fn parse(_input: ParseStream<'_>) -> syn::Result<Self> {
|
|
||||||
Ok(Nothing)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue