Skip to content

Conversation

@angst7
Copy link
Contributor

@angst7 angst7 commented Jan 11, 2015

Replaced uint references with u32 to prevent compiler warnings.

Replaced uint references with u32 to prevent compiler warnings.
@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 @brson (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.

@Gankra Gankra assigned steveklabnik and unassigned brson Jan 11, 2015
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strictly speaking, you can put no suffix and get the same code (well, it would use i32), but I'm not sure if that effects the meaning steve was going for.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If no suffix is preferred in this case, I'd be happy to make that change instead, and create a new PR. I was mostly interested in clearing compiler warnings due to the deprecated uint type.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can take this for now as a strict improvement, actually.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I generally want to have no type where we can.

bors added a commit that referenced this pull request Jan 12, 2015
replace deprecated uint references with u32 in trpl/looping.md

Reviewed-by: Gankro
@bors bors merged commit c989bd4 into rust-lang:master Jan 12, 2015
@angst7 angst7 deleted the docfixes1 branch January 12, 2015 02:41
lnicola pushed a commit to lnicola/rust that referenced this pull request Nov 4, 2025
lnicola pushed a commit to lnicola/rust that referenced this pull request Nov 11, 2025
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.

6 participants