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

Remove uses of usize that are not pointer-related from the Int trait #21209

Closed
tbu- opened this issue Jan 15, 2015 · 2 comments
Closed

Remove uses of usize that are not pointer-related from the Int trait #21209

tbu- opened this issue Jan 15, 2015 · 2 comments

Comments

@tbu-
Copy link
Contributor

tbu- commented Jan 15, 2015

The signatures have some integers in their signature that at least need reasoning for usize, but should probably be changed to a different integer type, e.g.

fn trailing_zeros(self) -> usize;
@tbu-
Copy link
Contributor Author

tbu- commented Jan 15, 2015

Possible pull request: #20211. If the change like in the pull request is desired, I'll rebase it.

@steveklabnik
Copy link
Member

Since this is just part of #22240, i'm giving it a close.

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

No branches or pull requests

3 participants