summaryrefslogtreecommitdiff
path: root/solutions/06_move_semantics
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2025-03-17 18:36:13 +0100
committerClément Bœsch <u@pkh.me>2025-03-17 18:36:13 +0100
commitd2abc359cc10c42a94aa680294eeaca2d7c502b2 (patch)
treed7ce7828d1c45df9846972fec777451d28d7ceea /solutions/06_move_semantics
parent7c0d269279aaed64d6b8240ed5c1e9f6a981181e (diff)
Remove TODO from 2 solutions
Diffstat (limited to 'solutions/06_move_semantics')
-rw-r--r--solutions/06_move_semantics/move_semantics4.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/solutions/06_move_semantics/move_semantics4.rs b/solutions/06_move_semantics/move_semantics4.rs
index 64fdd9d..1a39d4f 100644
--- a/solutions/06_move_semantics/move_semantics4.rs
+++ b/solutions/06_move_semantics/move_semantics4.rs
@@ -4,8 +4,6 @@ fn main() {
#[cfg(test)]
mod tests {
- // TODO: Fix the compiler errors only by reordering the lines in the test.
- // Don't add, change or remove any line.
#[test]
fn move_semantics4() {
let mut x = Vec::new();