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
Downcasting a u64 to u8 gives the following warning: "This cast, from integer type of width sixty four to integer type of width eight, will lose precision". There is no way to prevent these warnings at the moment.
Downcasting a u64 to u8 gives the following warning: "This cast, from integer type of width sixty four to integer type of width eight, will lose precision". There is no way to prevent these warnings at the moment.