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_boxed_utf8_unchecked should have a doc example #44463

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

std::str::from_boxed_utf8_unchecked should have a doc example #44463

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_boxed_utf8_unchecked.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
@tommyip
Copy link
Contributor

tommyip commented Sep 11, 2017

I will work on this.

tommyip added a commit to tommyip/rust that referenced this issue Sep 11, 2017
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue Sep 13, 2017
Add doc example to str::from_boxed_utf8_unchecked

Fixes rust-lang#44463.
frewsxcv added a commit to frewsxcv/rust that referenced this issue Sep 14, 2017
Add doc example to str::from_boxed_utf8_unchecked

Fixes rust-lang#44463.
frewsxcv added a commit to frewsxcv/rust that referenced this issue Sep 15, 2017
Add doc example to str::from_boxed_utf8_unchecked

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