Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jan 14, 2015

Remove int and uint from the Rust Programming Language book, replacing
with the most appropriate type in the context (i/usize when absolutely
needed, i/u32 for 'small' integer, i/u64 otherwise).

Remove int and uint from the Rust Programming Language book, replacing
with the most appropriate type in the context (i/usize when absolutely
needed, i/u32 for 'small' integer, i/u64 otherwise).
@rust-highfive
Copy link
Contributor

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.

@nagisa
Copy link
Member

nagisa commented Jan 14, 2015

Seems like a duplicate of #21096?

@ghost
Copy link
Author

ghost commented Jan 14, 2015

Duplicate of #21096

@ghost ghost closed this Jan 14, 2015
lnicola added a commit to lnicola/rust that referenced this pull request Nov 27, 2025
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants