diff options
Diffstat (limited to 'exercises/macros/macros3.rs')
| -rw-r--r-- | exercises/macros/macros3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/macros/macros3.rs b/exercises/macros/macros3.rs index 93a4311..106f1c6 100644 --- a/exercises/macros/macros3.rs +++ b/exercises/macros/macros3.rs @@ -1,6 +1,6 @@ // macros3.rs // Make me compile, without taking the macro out of the module! -// Execute `rustlings hint macros3` for hints :) +// Execute `rustlings hint macros3` or use the `hint` watch subcommand for a hint. // I AM NOT DONE |
