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
No as with integers is extremely similar to existing lints (no blanket lint but a widening lint exists) e.g. clippy::cast_lossless - inexact match but demonstrates checking of as
The ‘as’ operator should not be used with numeric operands
aswith integers is extremely similar to existing lints (no blanket lint but a widening lint exists) e.g.clippy::cast_lossless- inexact match but demonstrates checking ofas