Skip to content
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 documentation for std::pin::Pin #104107

Closed
vincenzopalazzo opened this issue Nov 7, 2022 · 4 comments
Closed

improve documentation for std::pin::Pin #104107

vincenzopalazzo opened this issue Nov 7, 2022 · 4 comments
Assignees
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.

Comments

@vincenzopalazzo
Copy link
Member

vincenzopalazzo commented Nov 7, 2022

Summary

As @yoshuawuyts pointed out on Zulip stream the in struct, there is a lack of documentation on some of the methods such as Pin::new() and Pin::into_inner

This should be relatively straight forward to document, and I can mentor someone if there is interest

@vincenzopalazzo vincenzopalazzo added the A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools label Nov 7, 2022
@vincenzopalazzo
Copy link
Member Author

vincenzopalazzo commented Nov 7, 2022

@rustbot label +E-mentor

@rustbot rustbot added the E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. label Nov 7, 2022
@ch-iv
Copy link
Contributor

ch-iv commented Nov 7, 2022

I can try doing this

@ch-iv
Copy link
Contributor

ch-iv commented Nov 7, 2022

@rustbot claim

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Dec 6, 2022
Add examples for std::pin::Pin new() and into_inner() methods

Fixes rust-lang#104107
@vincenzopalazzo
Copy link
Member Author

Fixed in #105902

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants