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
At the moment, staticcheck does not seem to be flagging any unnecessary type conversions. I have seen one or two lately. I don't know if it is a bug or that there simply isn't a check for it, but I assume the latter.
At the moment, staticcheck does not seem to be flagging any unnecessary type conversions. I have seen one or two lately. I don't know if it is a bug or that there simply isn't a check for it, but I assume the latter.
Incorrect code:
Correct code:
Probably related to #128
The text was updated successfully, but these errors were encountered: