mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Use async block in async fn type inference
This commit is contained in:
parent
853fb44a24
commit
8a6ca86247
7 changed files with 68 additions and 57 deletions
|
@ -233,7 +233,6 @@ impl<'a> Printer<'a> {
|
|||
abi,
|
||||
params,
|
||||
ret_type,
|
||||
async_ret_type: _,
|
||||
ast_id: _,
|
||||
flags,
|
||||
} = &self.tree[it];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue