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
Proposal: to add a lint similar to must-use that can help to identify values that ought not to be held across an await (or other yield), such as mutex guards, and warn about them.
The text was updated successfully, but these errors were encountered:
Proposal: to add a lint similar to must-use that can help to identify values that ought not to be held across an
await
(or other yield), such as mutex guards, and warn about them.The text was updated successfully, but these errors were encountered: