feat(traits): add hint comments
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
//
|
||||
// No boiler plate code this time,
|
||||
// you can do this!
|
||||
// Execute `rustlings hint traits2` or use the `hint` watch subcommand for a hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user