We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ef703 commit 55c5e6fCopy full SHA for 55c5e6f
exercises/algorithm/algorithm2.rs
@@ -84,6 +84,7 @@ impl<T> LinkedList<T> {
84
85
(*node).next = prev;
86
(*node).prev = next;
87
+ current_node = next;
88
}
89
90
0 commit comments