summaryrefslogtreecommitdiff
path: root/exercises/traits/traits4.rs
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-15 14:14:48 +0200
committermokou <mokou@fastmail.com>2022-07-15 14:14:48 +0200
commit1a7a3f5c8e4544873d25ec5338dbdf366aba9f8a (patch)
treec0be9d24b8ee962b5598275fad7ab7df6f4274a1 /exercises/traits/traits4.rs
parent63b0c7e399ad11246bf5bf3acac4517f67c890da (diff)
fix(traits): update hint comments
Diffstat (limited to 'exercises/traits/traits4.rs')
-rw-r--r--exercises/traits/traits4.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/traits/traits4.rs b/exercises/traits/traits4.rs
index cc5fe16..280aaad 100644
--- a/exercises/traits/traits4.rs
+++ b/exercises/traits/traits4.rs
@@ -2,6 +2,7 @@
//
// Your task is to replace the '??' sections so the code compiles.
// Don't change any line other than 21.
+// Execute `rustlings hint traits4` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE