Remove Buf impl for &str (#301)
A `&str` cannot arbitrarily advance bytes, since it will panic if advanced to the middle of a Unicode segment.
Loading
Please register or sign in to comment
A `&str` cannot arbitrarily advance bytes, since it will panic if advanced to the middle of a Unicode segment.