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 /exercises/traits | |
| parent | 5979d408a9d3f174bf748b82d1a031a25b548af6 (diff) | |
feat(traits): add hint comments
Diffstat (limited to 'exercises/traits')
| -rw-r--r-- | exercises/traits/traits1.rs | 1 | ||||
| -rw-r--r-- | exercises/traits/traits2.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/exercises/traits/traits1.rs b/exercises/traits/traits1.rs index 15e08f2..5b9d8d5 100644 --- a/exercises/traits/traits1.rs +++ b/exercises/traits/traits1.rs @@ -7,6 +7,7 @@ // The trait AppendBar has only one function, // which appends "Bar" to any object // implementing this trait. +// Execute `rustlings hint traits1` or use the `hint` watch subcommand for a hint. // I AM NOT DONE diff --git a/exercises/traits/traits2.rs b/exercises/traits/traits2.rs index 916c3c4..708bb19 100644 --- a/exercises/traits/traits2.rs +++ b/exercises/traits/traits2.rs @@ -9,6 +9,7 @@ // // No boiler plate code this time, // you can do this! +// Execute `rustlings hint traits2` or use the `hint` watch subcommand for a hint. // I AM NOT DONE |
