Update the cursor assuming that the current location has been removed.
(&mut self)
| 186 | |
| 187 | /// Update the cursor assuming that the current location has been removed. |
| 188 | fn skip_current(&mut self) { |
| 189 | self.remove_offset += self.remove_len; |
| 190 | } |
| 191 | } |
| 192 | |
| 193 | /// A logging mechanism that keeps track of what causes trim to fail when removing subslices. |