summaryrefslogtreecommitdiff
path: root/dev/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-27 17:29:33 +0200
committermo8it <mo8it@proton.me>2024-06-27 17:29:33 +0200
commit746cf6863dee8f676596b07e74bad1a19fa2579e (patch)
tree87390c289ebde7ff3298efa1da359b4d379db7c1 /dev/Cargo.toml
parent803e32dad2395d309b74b9fde6b9e08577cf8a0a (diff)
Remove tests3 and add solution to tests4
Diffstat (limited to 'dev/Cargo.toml')
-rw-r--r--dev/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml
index 2c5eaf0..7f3acb5 100644
--- a/dev/Cargo.toml
+++ b/dev/Cargo.toml
@@ -140,8 +140,6 @@ bin = [
{ name = "tests2_sol", path = "../solutions/17_tests/tests2.rs" },
{ name = "tests3", path = "../exercises/17_tests/tests3.rs" },
{ name = "tests3_sol", path = "../solutions/17_tests/tests3.rs" },
- { name = "tests4", path = "../exercises/17_tests/tests4.rs" },
- { name = "tests4_sol", path = "../solutions/17_tests/tests4.rs" },
{ name = "iterators1", path = "../exercises/18_iterators/iterators1.rs" },
{ name = "iterators1_sol", path = "../solutions/18_iterators/iterators1.rs" },
{ name = "iterators2", path = "../exercises/18_iterators/iterators2.rs" },