mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

The extract function assist will check for an AWAIT_EXPR in the body and if found, will add async to the generated function.
The extract function assist will check for an AWAIT_EXPR in the body and if found, will add async to the generated function.