Replace `self.end() == usize::MAX` and `self.end() + 1 > slice.len()` with `self.end() >= slice.len()`. Same reasoning as previous commit. Also consolidate the str panicking functions into function. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
Replace `self.end() == usize::MAX` and `self.end() + 1 > slice.len()` with `self.end() >= slice.len()`. Same reasoning as previous commit. Also consolidate the str panicking functions into function. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||