Uh oh!
There was an error while loading. Please reload this page.
A few improvements to the slice docs. - #39165
Conversation
rust-highfive
commented
Jan 18, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @BurntSushi (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
frewsxcv
commented
Jan 18, 2017
@bors r=GuillaumeGomez rollup |
bors
commented
Jan 18, 2017
📌 Commit 745bffd has been approved by |
frewsxcv
commented
Jan 18, 2017
See also #39147 |
* Simplify `Option::iter_mut` doc example.
* Document 'empty' corner-cases for `slice::{starts_with, ends_with}`.
* Indicate 'true' as code-like.frewsxcv
commented
Jan 19, 2017
@bors r=GuillaumeGomez rollup |
bors
commented
Jan 19, 2017
📌 Commit c8822da has been approved by |
A few improvements to the slice docs.
* Simplify `Option::iter_mut` doc example.
* Document 'empty' corner-cases for `slice::{starts_with, ends_with}`.
* Indicate 'true' as code-like.
Option::iter_mutdoc example.slice::{starts_with, ends_with}.