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

Refactor BitV internals to not use macro, reduce duplication, fix is_disjoint #16582

Merged
merged 2 commits into from
Aug 19, 2014

Conversation

Gankra
Copy link
Contributor

@Gankra Gankra commented Aug 18, 2014

This was bothering me (and some other people). The macro was necessary in a transient step of my development, but I converged on a design where it was unnecessary, but it didn't really click that that had happened.

This fixes it up.

@Gankra Gankra changed the title Refactor BitV internals to not use macro, reduce duplication Refactor BitV internals to not use macro, reduce duplication, fix is_disjoint Aug 18, 2014
@Gankra
Copy link
Contributor Author

Gankra commented Aug 18, 2014

Lumping in a bug fix with this.

bors added a commit that referenced this pull request Aug 19, 2014
This was bothering me (and some other people). The macro was necessary in a transient step of my development, but I converged on a design where it was unnecessary, but it didn't really click that that had happened.

This fixes it up.
@bors bors closed this Aug 19, 2014
@bors bors merged commit dcccf82 into rust-lang:master Aug 19, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 18, 2024
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.

3 participants