-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Implement unread_byte for byte_buf #2738
Comments
This should be pretty easy to fix. I think it basically just needs to call |
n.b. |
I tried to do this, but I got confused. Since |
I'm fine with removing it. How about we remove it, and make an issue to add a |
Sounds like a plan! |
Here it is: #4031. |
The job Click to see the possible cause of the failure (guessed by this bot)
|
In the impl of
reader
forbyte_buf
, incore::io
,unread_byte
currently fails with an "implemented" message.The text was updated successfully, but these errors were encountered: