Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bytes::split_to - check fast path first (#689)
If `at == self.len()` then we already know `at <= self.len()`. If `at == 0`, it can't be greater than `self.len()`.
- Loading branch information