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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
size_of, size_of_val, align_of, and align_of_val are now in the rust prelude: rust-lang/rust#123168
We can clean up references to these functions.
Credit to Pyrious for the idea
The text was updated successfully, but these errors were encountered:
Sorry, I chose the wrong issue type
Sorry, something went wrong.
simplify std::mem references (#15315)
1b8c1c1
# Objective - Fixes #15314 ## Solution - Remove unnecessary usings and simplify references to those functions. ## Testing CI
Successfully merging a pull request may close this issue.
size_of, size_of_val, align_of, and align_of_val are now in the rust prelude: rust-lang/rust#123168
We can clean up references to these functions.
Credit to Pyrious for the idea
The text was updated successfully, but these errors were encountered: