-
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
improve Pin documentation #58574
improve Pin documentation #58574
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks amazing! Thank you.
I think we may want to consider a beta backport as well if we can land this somewhat quickly so we ship these docs with the stabilization of Pin.
@RalfJung yup, looks better 👍 |
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 |
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 |
All right, I think I resolved all comments. Let's land this! p=1 because we want to backport it. @bors r=Mark-Simulacrum p=1 |
📌 Commit 497439c has been approved by |
🌲 The tree is currently closed for pull requests below priority 99, this pull request will be tested once the tree is reopened |
@bors p=30 |
improve Pin documentation Incorporates a bunch of the documentation-related comments that came up when discussing `Pin` stabilization. Cc @alexcrichton @withoutboats @cramertj @jonhoo Fixes #58130
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
@Mark-Simulacrum Do I have to do anything for the beta backport, or are you taking care of that? |
The release team will take care of it. |
Incorporates a bunch of the documentation-related comments that came up when discussing
Pin
stabilization.Cc @alexcrichton @withoutboats @cramertj @jonhoo
Fixes #58130