-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Unconfuse Unpin docs a bit #75780
Unconfuse Unpin docs a bit #75780
Conversation
Hm, I wonder what happened with high five here? |
r? @KodrAus |
@rust-highfive left you hanging 😢 But thanks @matklad! This looks good to me. r=me with @jyn514’s fixes. |
* Don't say that Unpin is used to prevent moves, because it is used to *allow* moves * Be more precise about kindedness of things, it is `Pin<Pointer<Data>>`, rather than just `Pin<Pointer>`.
d2392e2
to
daa6620
Compare
@bors r=KodrAus rollup |
📌 Commit daa6620 has been approved by |
⌛ Testing commit daa6620 with merge 26d31fcaaa827cecd051f58c15da8995a14d6efd... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-actions |
Well that's odd.
|
seems spurious @bors retry |
Rollup of 10 pull requests Successful merges: - rust-lang#74730 (Hexagon libstd: update type defs) - rust-lang#75758 (Fixes for VxWorks) - rust-lang#75780 (Unconfuse Unpin docs a bit) - rust-lang#75806 (Prevent automatic page change when using history) - rust-lang#75818 (Update docs for SystemTime Windows implementation) - rust-lang#75837 (Fix font color for help button in ayu and dark themes) - rust-lang#75870 (Unify theme choices border color in ayu theme) - rust-lang#75875 (Shorten liballoc vec resize intra-doc link) - rust-lang#75953 (Fix swapped stability attributes for rustdoc lints) - rust-lang#75958 (Avoid function-scoping global variables) Failed merges: r? @ghost
to allow moves
Pin<Pointer<Data>>
, rather than justPin<Pointer>
.