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_unchecked_mut should have a doc example #44461

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

std::str::from_utf8_unchecked_mut should have a doc example #44461

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_unchecked_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
@napen123
Copy link
Contributor

I'll do this one.

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue Sep 13, 2017
Add doc examples to str::from_utf8_unchecked_mut

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

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

Fixes rust-lang#44461
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