summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml
index 3283871..2c5eaf0 100644
--- a/dev/Cargo.toml
+++ b/dev/Cargo.toml
@@ -60,8 +60,6 @@ bin = [
{ name = "move_semantics4_sol", path = "../solutions/06_move_semantics/move_semantics4.rs" },
{ name = "move_semantics5", path = "../exercises/06_move_semantics/move_semantics5.rs" },
{ name = "move_semantics5_sol", path = "../solutions/06_move_semantics/move_semantics5.rs" },
- { name = "move_semantics6", path = "../exercises/06_move_semantics/move_semantics6.rs" },
- { name = "move_semantics6_sol", path = "../solutions/06_move_semantics/move_semantics6.rs" },
{ name = "structs1", path = "../exercises/07_structs/structs1.rs" },
{ name = "structs1_sol", path = "../solutions/07_structs/structs1.rs" },
{ name = "structs2", path = "../exercises/07_structs/structs2.rs" },