Fix index-oob panic in Take::bytes (#138)
The panic happens when `inner.bytes()` returns a slice smaller than the limit.
tests/test_take.rs
0 → 100644
Please register or sign in to comment
The panic happens when `inner.bytes()` returns a slice smaller than the limit.