lint: redundant-int-cast
#54
Labels
A-linter
Area - linter and lint rules
C-enhancement
Category - New feature or request
C-rule
Category - Lint rule suggestion
Check for
@intCast
from some int typeT
toT
Just ran into this when I refactored some code to use
u32
instead ofusize
and it was still being cast in consuming code.The text was updated successfully, but these errors were encountered: