From 8c42f8555a0284d1dcf988b2fd51724bbce74253 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Sat, 18 Jun 2022 11:15:03 -0700 Subject: [PATCH] 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 --- Cargo.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 4c68d76b..7ff47695 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,7 +551,6 @@ dependencies = [ "loom", "mycelium-bitfield", "mycelium-util", - "mycotest", "pin-project", "tracing 0.1.34", "tracing 0.2.0",