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

std::str::from_utf8_mut should have a doc example #44462

Closed
frewsxcv opened this issue Sep 9, 2017 · 1 comment
Closed

std::str::from_utf8_mut should have a doc example #44462

frewsxcv opened this issue Sep 9, 2017 · 1 comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-enhancement Category: An issue proposing an enhancement or a PR with one. P-low Low priority

Comments

@frewsxcv
Copy link
Member

frewsxcv commented Sep 9, 2017

https://doc.rust-lang.org/nightly/std/str/fn.from_utf8_mut.html

@frewsxcv frewsxcv added C-enhancement Category: An issue proposing an enhancement or a PR with one. P-low Low priority A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools labels Sep 9, 2017
@smt923
Copy link
Contributor

smt923 commented Sep 10, 2017

I'd like to work on this, PR should be up very shortly

frewsxcv added a commit to frewsxcv/rust that referenced this issue Sep 11, 2017
Add short doc examples for str::from_utf8_mut

Fixes rust-lang#44462
frewsxcv added a commit to frewsxcv/rust that referenced this issue Sep 11, 2017
Add short doc examples for str::from_utf8_mut

Fixes rust-lang#44462
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue Sep 13, 2017
Add short doc examples for str::from_utf8_mut

Fixes rust-lang#44462
frewsxcv added a commit to frewsxcv/rust that referenced this issue Sep 14, 2017
Add short doc examples for str::from_utf8_mut

Fixes rust-lang#44462
frewsxcv added a commit to frewsxcv/rust that referenced this issue Sep 15, 2017
Add short doc examples for str::from_utf8_mut

Fixes rust-lang#44462
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 C-enhancement Category: An issue proposing an enhancement or a PR with one. P-low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants