fix(traits): update hint comments

This commit is contained in:
mokou 2022-07-15 14:14:48 +02:00
parent 63b0c7e399
commit 1a7a3f5c8e
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
// information without writing the same function twice.
//
// Consider what you can add to the Licensed trait.
// Execute `rustlings hint traits3` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE

View File

@ -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

View File

@ -2,6 +2,7 @@
//
// Your task is to replace the '??' sections so the code compiles.
// Don't change any line other than 27.
// Execute `rustlings hint traits5` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE