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
A common beginner mistake is to forget to call .await. The symptom is that the program does not do the expected work.
We should call this out on the hello-tokio page in a “troubleshooting” section maybe. We should also call out the must_use lint that should catch this error.
The text was updated successfully, but these errors were encountered:
A common beginner mistake is to forget to call .await. The symptom is that the program does not do the expected work.
We should call this out on the hello-tokio page in a “troubleshooting” section maybe. We should also call out the must_use lint that should catch this error.
The text was updated successfully, but these errors were encountered: