mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
Improve dead code analysis
This commit is contained in:
parent
7bbbbb37e8
commit
2ec3a7dd6a
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