Skip to content

trpl: change from "int" to "i32" in Traits #25440

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

Merged
merged 1 commit into from
May 16, 2015
Merged

Conversation

durka
Copy link
Contributor

@durka durka commented May 15, 2015

The Traits chapter uses "adding methods to int" as an example of "something bad", but there is no such thing as int anymore, right? So I changed it to i32.

The Traits chapter uses "adding methods to `int`" as an example of "something bad", but there is no such thing as `int` anymore, right? So I changed it to `i32`.
@rust-highfive
Copy link
Contributor

r? @alexcrichton

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

@alexcrichton
Copy link
Member

@bors: r+ 900f27d rollup

Thanks!

bors added a commit that referenced this pull request May 16, 2015
The Traits chapter uses "adding methods to `int`" as an example of "something bad", but there is no such thing as `int` anymore, right? So I changed it to `i32`.
@bors
Copy link
Collaborator

bors commented May 16, 2015

⌛ Testing commit 900f27d with merge 4ce08a5...

@bors bors merged commit 900f27d into rust-lang:master May 16, 2015
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.

4 participants