Skip to content

Remove count_ones #399

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
Jan 4, 2021
Merged

Remove count_ones #399

merged 1 commit into from
Jan 4, 2021

Conversation

AaronKutch
Copy link
Contributor

I can't remember why I added this in the first place since it isn't actually used. This fixes #398.

I just realized that no unused warnings are produced for unused functions in traits, even if I make the traits pub(crate). Is there a way I can automatically check for unused functions in traits, so that I can remove them in my other PR?

@alexcrichton alexcrichton merged commit 7021467 into rust-lang:master Jan 4, 2021
@alexcrichton
Copy link
Member

This seems fine for now, thanks! I'm not sure of a way to automatically detect this though.

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.

segmentation fault for aarch64-unknown-none-softfloat on 0.1.38
2 participants