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
We can use usize in place of u64 here to reduce type conversion
warnings. On 64-bit systems the types are equivalent, but Clippy allows
automatic conversions in the one direction but not in the other.
Signed-off-by: Jonathan Browne <[email protected]>
0 commit comments