secrets icon indicating copy to clipboard operation
secrets copied to clipboard

Remove unsound `impl Bytes for bool` and `char`

Open zachs18 opened this issue 3 years ago • 0 comments

bool and char are not able to have any arbitrary bit-pattern, so they should not implement Bytes.

fixes #100

zachs18 avatar May 25 '22 05:05 zachs18