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".