Skip to content

Commit 1a7a3f5

Browse files
committed
fix(traits): update hint comments
1 parent 63b0c7e commit 1a7a3f5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

exercises/traits/traits3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// information without writing the same function twice.
66
//
77
// Consider what you can add to the Licensed trait.
8+
// Execute `rustlings hint traits3` or use the `hint` watch subcommand for a hint.
89

910
// I AM NOT DONE
1011

exercises/traits/traits4.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// Your task is to replace the '??' sections so the code compiles.
44
// Don't change any line other than 21.
5+
// Execute `rustlings hint traits4` or use the `hint` watch subcommand for a hint.
56

67
// I AM NOT DONE
78

exercises/traits/traits5.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// Your task is to replace the '??' sections so the code compiles.
44
// Don't change any line other than 27.
5+
// Execute `rustlings hint traits5` or use the `hint` watch subcommand for a hint.
56

67
// I AM NOT DONE
78

0 commit comments

Comments
 (0)