Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Book: replace deprecated int and i type annotations with explicit i32 #21279

Closed
wants to merge 2 commits into from

Conversation

hinsley
Copy link
Contributor

@hinsley hinsley commented Jan 17, 2015

All of the instances of the deprecated i type suffix, and the int type in pointers.md have been replaced by i32. This resolves warnings at compile-time in the current nightly, complaining about i and int being deprecated.

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@hinsley
Copy link
Contributor Author

hinsley commented Jan 17, 2015

r? @huonw

@rust-highfive rust-highfive assigned huonw and unassigned alexcrichton Jan 17, 2015
@huonw
Copy link
Member

huonw commented Jan 17, 2015

r? @steveklabnik

@rust-highfive rust-highfive assigned steveklabnik and unassigned huonw Jan 17, 2015
@hinsley hinsley changed the title Book: replace deprecated i type suffix with i32 Book: replace deprecated int type annotations with explicit i32 Jan 17, 2015
@hinsley hinsley changed the title Book: replace deprecated int type annotations with explicit i32 Book: replace deprecated int and i type annotations with explicit i32 Jan 17, 2015
@steveklabnik
Copy link
Member

I thought I had already done this. Thanks!

@steveklabnik
Copy link
Member

Doing this manually as part of #21300

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.

5 participants