We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data
Why do we convert first to u64, and then to u32? Can we convert directly to u32? (I think you only changes as into try_from().unwrap(), but it would be useful to think about this code a bit.)
Why do we convert first to u64, and then to u32? Can we convert directly to u32?
(I think you only changes as into try_from().unwrap(), but it would be useful to think about this code a bit.)
as
try_from().unwrap()
Originally posted by @matthiasgoergens in #1522 (comment)
The text was updated successfully, but these errors were encountered:
matthiasgoergens
No branches or pull requests
Originally posted by @matthiasgoergens in #1522 (comment)
The text was updated successfully, but these errors were encountered: