Uh oh!
There was an error while loading. Please reload this page.
Small updates to slice, str, io docs - #23664
Conversation
rust-highfive
commented
Mar 24, 2015
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (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. 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 CONTRIBUTING.md for more information. |
bluss
commented
Mar 24, 2015
Point of discussion: Instead of saying |
There was a problem hiding this comment.
covention is to not include rust in API docs like this. I know it's strewn about with the rest of the file, but we shouldn't introduce new ones
steveklabnik
commented
Mar 24, 2015
Thank you! this is pretty great, r=me after we handle the nits |
nikomatsakis
commented
Mar 24, 2015
nikomatsakis
commented
Mar 24, 2015
(I was just changing the assignment) |
bluss
commented
Mar 24, 2015
Thank you for the review, fixed the nits! I changed the parse sentence to call it a method though. |
steveklabnik
commented
Mar 24, 2015
Would you mind squashing? sorry |
bluss
commented
Mar 24, 2015
Squashed into three commits again. |
bors
commented
Mar 24, 2015
☔ The latest upstream changes (presumably #23654) made this pull request unmergeable. Please resolve the merge conflicts. |
Main access point of .split() and other similar methods are not using the StrExt trait anymore, so update the libcore docs to reflect this (because these docs are visible in libstd API documentation).
A lot has changed since this doc text was last touched up, and this is just a minor edit. I remove the trait section entirely since we don't use extension traits that much anymore, so there are no significant trait hilights for this module.
bluss
commented
Mar 24, 2015
Rebased to new master. |
Manishearth
commented
Mar 25, 2015
@bors: r=steveklabnik rollup Looks like everything was addressed. Thanks! |
bors
commented
Mar 25, 2015
📌 Commit 547a48e has been approved by |
Main motivation was to update docs for the removal or "demotion" of certain extension traits. The update to the slice docs was larger, since the text was largely outdated.
Main motivation was to update docs for the removal or "demotion" of certain extension traits. The update to the slice docs was larger, since the text was largely outdated.