You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buf trait has a rather curious implementation for Option<[u8; 1]> which was introduced in #72. I don't think it's particularly useful and currently there are no tests of it working to begin with (if I remove this implementation which has no doc comments the tests still pass). I think it could be removed in 1.0 (or 0.7 I suppose).
The text was updated successfully, but these errors were encountered:
Buf
trait has a rather curious implementation forOption<[u8; 1]>
which was introduced in #72. I don't think it's particularly useful and currently there are no tests of it working to begin with (if I remove this implementation which has no doc comments the tests still pass). I think it could be removed in 1.0 (or 0.7 I suppose).The text was updated successfully, but these errors were encountered: