1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-07-15 19:55:34 -04:00

feat(enums3): add hint comment, remove enums1 hint

This commit is contained in:
mokou 2022-07-14 12:11:38 +02:00
parent d0e8efd19e
commit c6bc97adc1
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
// enums1.rs
// Make me compile! Execute `rustlings hint enums1` for hints!
// No hints this time! ;)
// I AM NOT DONE

View file

@ -1,5 +1,5 @@
// enums2.rs
// Make me compile! Execute `rustlings hint enums2` for hints!
// Execute `rustlings hint enums2` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE

View file

@ -1,5 +1,6 @@
// enums3.rs
// Address all the TODOs to make the tests pass!
// Execute `rustlings hint enums3` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE