We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Neither Bitv nor BitvSet implement the Show trait. Bitv does have a to_str method, but it is in the impl of Bitv and not part of the ToStr trait.
The text was updated successfully, but these errors were encountered:
Implement Show for Bitv{,Set}
8e8f6a0
Closes rust-lang#14531
auto merge of #14535 : sfackler/rust/bitv-show, r=alexcrichton
36c2c56
Closes #14531
Successfully merging a pull request may close this issue.
Neither Bitv nor BitvSet implement the Show trait. Bitv does have a to_str method, but it is in the impl of Bitv and not part of the ToStr trait.
The text was updated successfully, but these errors were encountered: