1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-04 23:27:43 +02:00
Jacob Tinkhauser 9b6c629397
fix(vec1): Have test compare every element in a and v
The previous test would stop comparing elements in array a and vec v upon reaching the last element of either. This resulted in the test passing even if v did not contain all the elements in a. This change to the test fixes that bug and should only pass if all the elements in a and v are present and equal.
2020-11-29 01:35:14 +00:00
..
2020-08-27 19:51:19 +02:00
2019-12-29 19:15:32 -05:00
2020-08-27 19:51:19 +02:00
2020-05-02 13:02:16 -07:00
2020-08-27 19:51:19 +02:00