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
https://blog.rust-lang.org/2020/10/08/Rust-1.47.html
This issue occurs in mobile devices
This line in New const functions section causes the width of page to be pushed to the length of the line.
checked_add,checked_sub,checked_mul,checked_neg,
One should probably break it into seperate lines to wrap it correctly, putting a line break right after checked_mul,
checked_mul,
The text was updated successfully, but these errors were encountered:
Closing this in favour of rust-lang/blog.rust-lang.org#727
Sorry, something went wrong.
No branches or pull requests
Page(s) Affected
https://blog.rust-lang.org/2020/10/08/Rust-1.47.html
This issue occurs in mobile devices
What needs to be fixed?
This line in New const functions section causes the width of page to be pushed to the length of the line.
Suggested Improvement
One should probably break it into seperate lines to wrap it correctly, putting a line break right after
checked_mul,
The text was updated successfully, but these errors were encountered: