-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
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
Clean up std::raw
docs
#35281
Clean up std::raw
docs
#35281
Conversation
@bors: r+ rollup |
📌 Commit 33a4806 has been approved by |
Clean up `std::raw` docs There is no longer a `Repr` trait, so mentioning a missing impl of it was potentially confusing. r? @steveklabnik
Clean up `std::raw` docs There is no longer a `Repr` trait, so mentioning a missing impl of it was potentially confusing. r? @steveklabnik
Clean up `std::raw` docs There is no longer a `Repr` trait, so mentioning a missing impl of it was potentially confusing. r? @steveklabnik
A local build including this PR produced a linkchecker error: Which seems correct, since https://doc.rust-lang.org/nightly/core/mem/fn.transmute.html is a 404 as well. |
@bors: rollup- |
Updated the link to point to the intrinsic instead. |
Rollup of 30 pull requests - Successful merges: #34319, #35041, #35042, #35076, #35109, #35137, #35175, #35181, #35182, #35189, #35239, #35264, #35266, #35281, #35285, #35289, #35291, #35294, #35296, #35297, #35298, #35299, #35318, #35319, #35324, #35326, #35328, #35333, #35359, #35362 - Failed merges:
Please squash your commits. |
There is no longer a `Repr` trait, so mentioning a missing impl of it was potentially confusing.
Squashed. |
Thanks! @bors: r+ rollup |
📌 Commit da2b7a6 has been approved by |
Clean up `std::raw` docs There is no longer a `Repr` trait, so mentioning a missing impl of it was potentially confusing. r? @steveklabnik
There is no longer a
Repr
trait, so mentioning a missing impl of it was potentially confusing.r? @steveklabnik