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
I'm pretty sure that reinterpret_cast has been deprecated in favor of transmute for a long time now. Convert all uses of reinterpret_cast to transmute and remove the former.
The text was updated successfully, but these errors were encountered:
… r=phansch
Remove the generated files by `update-references.sh` if they are empty
An empty file may be generated by `update-references.sh` and committed as is when creating a patch like rust-lang/rust-clippy#6101 (comment) and rust-lang/rust-clippy#6079 (review). So, I think it would be helpful to add documentation, and automatically remove the generated file if it's empty.
changelog: none
I'm pretty sure that
reinterpret_cast
has been deprecated in favor oftransmute
for a long time now. Convert all uses ofreinterpret_cast
totransmute
and remove the former.The text was updated successfully, but these errors were encountered: