Uh oh!
There was an error while loading. Please reload this page.
Conversation
rust-highfive
commented
Jan 12, 2015
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @huonw (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. |
huonw
commented
Jan 12, 2015
Update reference: change int/uint by isize/usize Reviewed-by: steveklabnik
alexcrichton
commented
Jan 14, 2015
Unfortunately our automation doesn't deal well if the source repository is deleted, would you mind reopening this PR after you re-fork rust? Thanks! |
ghost
commented
Jan 15, 2015
Sorry for that, resubmitted as #21185 |
alexcrichton
commented
Jan 15, 2015
No worries, thanks again @ctrompette! |
Update of the the Rust Reference so that it mentions
isize/usizeinstead ofint/uint.