diff options
| author | mokou <mokou@fastmail.com> | 2022-07-14 18:14:41 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-14 18:14:41 +0200 |
| commit | 98b8d3f17d770acf5e618f1e1e62696af6fb00cf (patch) | |
| tree | 243b0982efa215f047766496f4de71ce7a77e687 /info.toml | |
| parent | 5979d408a9d3f174bf748b82d1a031a25b548af6 (diff) | |
feat(traits): add hint comments
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -698,7 +698,8 @@ path = "exercises/traits/traits2.rs" mode = "test" hint = """ Notice how the trait takes ownership of 'self',and returns `Self'. -Try mutating the incoming string vector. +Try mutating the incoming string vector. Have a look at the tests to see +what the result should look like! Vectors provide suitable methods for adding an element at the end. See the documentation at: https://doc.rust-lang.org/std/vec/struct.Vec.html""" |
