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 as_conversions lint warns if the as operator is used for int-to-float and float-to-int conversions, however I don't believe that there is actually an alternative.
It might be good to relax the lint so it doesn't complain if either argument is a float until an alternative exists.