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 c3a7ae7 commit ff36f65Copy full SHA for ff36f65
src/bin/c02p05.rs
@@ -53,7 +53,7 @@ where
53
if cur.borrow().next.is_none() {
54
return Some(cur);
55
} else {
56
- return Node::tail(&cur.clone());
+ return Node::tail(&cur);
57
}
58
59
None
src/bin/c02p08.rs
@@ -57,7 +57,7 @@ where
60
61
62
63
0 commit comments