diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-23 12:37:19 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-23 12:42:09 +0000 |
commit | 6ebf6ec0f3b243515295a2f5546cfd79fd49903c (patch) | |
tree | 5c6a2ce446019e53195a260c66c5ab81cfb9bb7a /src/tests/Cargo.toml | |
parent | b47b4234342c40fca8b45f1387257db6f34522ba (diff) |
remove aoc 2022 05
not a suitable test case because it requires mutating through an
index, and thats not really the type of thing we're looking to do
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r-- | src/tests/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml index 0de0c7f..d206105 100644 --- a/src/tests/Cargo.toml +++ b/src/tests/Cargo.toml @@ -2,7 +2,6 @@ resolver = "2" members = [ "aoc-2021-09", - "aoc-2022-05", "example_sets", "example_stack", "prime_sieve" |