diff options
Diffstat (limited to 'exercises/traits/traits1.rs')
| -rw-r--r-- | exercises/traits/traits1.rs | 1 |
1 files changed, 1 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 |
