You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Remove unnecessary async code assist should not be available inside trait implementations. This is because the async is required to conform to the trait interface, so the async is not "unnecessary".
The
Remove unnecessary async
code assist should not be available inside trait implementations. This is because the async is required to conform to the trait interface, so the async is not "unnecessary".Reproduce:
Paste the following code
┃
denotes the cursor location.Press
alt+.
to show code assistsrust-analyzer version: 0.3.1258-standalone
rustc version: 1.64.0 (a55dd71d5 2022-09-19)
relevant settings:
The text was updated successfully, but these errors were encountered: