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 unused Buf implementation. #449

Merged
merged 2 commits into from Dec 17, 2020
Merged

remove unused Buf implementation. #449

merged 2 commits into from Dec 17, 2020

Conversation

carllerche
Copy link
Member

The implementation of Buf for Option<[u8; 1]> was added to support
IntoBuf. The IntoBuf trait has since been removed.

Closes #444

The implementation of `Buf` for `Option<[u8; 1]>` was added to support
`IntoBuf`. The `IntoBuf` trait has since been removed.

Closes #444
@carllerche carllerche merged commit 54f5ced into master Dec 17, 2020
@carllerche carllerche deleted the rm-unused-buf-impl branch December 17, 2020 05:51
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.

Why does Option<[u8; 1]> implement Buf?
2 participants