Closed luizirber closed 5 years ago
Travis build is failing because s is being typed as i32, even tho it is used in the code as a u64.
s
i32
u64
Thanks!
Travis build is failing because
s
is being typed asi32
, even tho it is used in the code as au64
.