Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cordyceps): add
Cursor::remove_current
(#227)
This adds a `Cursor::remove_current` method, similar to the one on `std::collections::linked_list::CursorMut`. I also reimplemented `remove_first` to use this. Closes #224 Signed-off-by: Eliza Weisman <[email protected]>
- Loading branch information