Skip to content

killall isize #21811

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 2 commits into from
Feb 1, 2015
Merged

killall isize #21811

merged 2 commits into from
Feb 1, 2015

Conversation

tbu-
Copy link
Contributor

@tbu- tbu- commented Jan 31, 2015

Remove more isize stuff. Also fix the manual a bit about integer inference.

Also explain integer fallback to `i32`.
@rust-highfive
Copy link
Contributor

r? @alexcrichton

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

@@ -1198,7 +1198,7 @@ mod test_set {

#[test]
fn test_drain() {
let mut s: HashSet<int> = (1is..100).collect();
let mut s: HashSet<i32> = (1..100).collect();
Copy link
Member

Choose a reason for hiding this comment

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

Not critical at all, but this explicit i32 could probably be left out in cases like this and instead just _ could be used.

@alexcrichton
Copy link
Member

Nice, thanks so much for the efforts here @tbu-, it's much appreciated!

@alexcrichton
Copy link
Member

@bors: r+ b4a43f3

@bors
Copy link
Collaborator

bors commented Feb 1, 2015

⌛ Testing commit b4a43f3 with merge 76ce1ea...

bors added a commit that referenced this pull request Feb 1, 2015
Remove more `isize` stuff. Also fix the manual a bit about integer inference.
@bors bors merged commit b4a43f3 into rust-lang:master Feb 1, 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