remove unused Buf implementation. (#449)

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

Closes #444
This commit is contained in:
Carl Lerche
2020-12-16 21:51:13 -08:00
committed by GitHub
parent bd78f19393
commit 54f5ced6c5
2 changed files with 0 additions and 30 deletions
-1
View File
@@ -159,7 +159,6 @@ macro_rules! bench_group {
mod get_u8 {
use super::*;
bench_group!(get_u8);
bench!(option, option);
}
mod get_u16 {
use super::*;