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

Some search and replace for uint -> usize #22350

Merged
merged 3 commits into from
Feb 16, 2015
Merged

Some search and replace for uint -> usize #22350

merged 3 commits into from
Feb 16, 2015

Conversation

brson
Copy link
Contributor

@brson brson commented Feb 15, 2015

cc #22240

@rust-highfive
Copy link
Collaborator

r? @pcwalton

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

@@ -1606,4 +1606,4 @@ impl_int_slices! { u8, i8 }
impl_int_slices! { u16, i16 }
impl_int_slices! { u32, i32 }
impl_int_slices! { u64, i64 }
impl_int_slices! { uint, int }
impl_int_slices! { usize, int }
Copy link
Contributor

Choose a reason for hiding this comment

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

missed an isize here.

@Gankra
Copy link
Contributor

Gankra commented Feb 15, 2015

r=me with the one fix.

@brson
Copy link
Contributor Author

brson commented Feb 15, 2015

@bors: r=Gankro e72f rollup

Manishearth added a commit to Manishearth/rust that referenced this pull request Feb 15, 2015
@bors bors merged commit e72fb35 into rust-lang:master Feb 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.

5 participants