Skip to content

Make Bitv::eq_vec take &[bool] rather than ~[uint]#7730

Closed
chris-morgan wants to merge 2 commits intorust-lang:masterfrom
chris-morgan:bitv-eq_vec-bool
Closed

Make Bitv::eq_vec take &[bool] rather than ~[uint]#7730
chris-morgan wants to merge 2 commits intorust-lang:masterfrom
chris-morgan:bitv-eq_vec-bool

Conversation

@chris-morgan
Copy link
Member

Fixes #7711.

As pointed out by cmr, there's no need for it to be owned there.
That was also in the original scope of rust-lang#7711.
bors added a commit that referenced this pull request Jul 12, 2013
@bors bors closed this Jul 12, 2013
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.

Bitv::eq_vec should take &[bool] rather than ~[uint]

3 participants