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

Commits on Dec 17, 2020

  1. remove unused Buf implementation.

    The implementation of `Buf` for `Option<[u8; 1]>` was added to support
    `IntoBuf`. The `IntoBuf` trait has since been removed.
    
    Closes #444
    carllerche committed Dec 17, 2020
    Copy the full SHA
    0a1664f View commit details
    Browse the repository at this point in the history
  2. fix benches

    carllerche committed Dec 17, 2020
    Copy the full SHA
    2c19a43 View commit details
    Browse the repository at this point in the history