feat(conversions): add hint comments

This commit is contained in:
mokou
2022-07-15 12:34:10 +02:00
parent 8cfedb1673
commit 74f44f55e3
4 changed files with 10 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
//
// The goal is to make sure that the division does not fail to compile
// and returns the proper type.
// Execute `rustlings hint using_as` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE