diff options
| author | Abdou Seck <djily02016@gmail.com> | 2021-04-13 10:39:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 10:39:18 -0400 |
| commit | caf921a01fafc6caf2a8874b9a0af3b9decd2416 (patch) | |
| tree | c53fa7cc3c81ab90ad43f453310f8fd8d35784e2 /info.toml | |
| parent | ad3cd54ccee1f9f879babf4a06079ebef1f16aff (diff) | |
| parent | ab9995e76e10fb1159f9ca1f378e3e11838dc5bc (diff) | |
Merge pull request #674 from Morsicus/fix/collections-exercises-naming
Update collections exercises naming
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -359,7 +359,7 @@ each constant.""" # COLLECTIONS [[exercises]] -name = "collections1" +name = "vec1" path = "exercises/collections/vec1.rs" mode = "test" hint = """ @@ -373,7 +373,7 @@ of the Rust book to learn more. """ [[exercises]] -name = "collections2" +name = "vec2" path = "exercises/collections/vec2.rs" mode = "test" hint = """ @@ -383,7 +383,7 @@ Hint 2: Check the suggestion from the compiler error ;) """ [[exercises]] -name = "collections3" +name = "hashmap1" path = "exercises/collections/hashmap1.rs" mode = "test" hint = """ @@ -394,7 +394,7 @@ Hint 2: Number of fruits should be at least 5. And you have to put """ [[exercises]] -name = "collections4" +name = "hashmap2" path = "exercises/collections/hashmap2.rs" mode = "test" hint = """ |
