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 unused_must_use lint doesn't tell you which type needs to be used. This can get confusing if multiple must_use types are involved, especially because the language used includes the word “result”:
The
unused_must_use
lint doesn't tell you which type needs to be used. This can get confusing if multiplemust_use
types are involved, especially because the language used includes the word “result”:This code:
Results in:
Suggested message:
unused [TYPE] which must be used
The text was updated successfully, but these errors were encountered: