diff options
| author | mo8it <mo8it@proton.me> | 2024-06-27 12:27:53 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-27 12:27:53 +0200 |
| commit | db4d649e557f34641f2c7cc197dff2fb29637a7f (patch) | |
| tree | 1b2d29accb770470949f915036de746ce7e2139d /dev/Cargo.toml | |
| parent | c0452d160b889b3686409820192797d9e9f9cad7 (diff) | |
Remove move_semantics6
Diffstat (limited to 'dev/Cargo.toml')
| -rw-r--r-- | dev/Cargo.toml | 2 |
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" }, |
