83ac243c00
chore: fix comment in enums3.rs
2023-09-21 01:54:11 +03:00
0ee9c5b776
Fixed formatting with rust-analyzer
2023-09-13 20:26:47 +02:00
c5231f0ce3
fix(enums3): modify message string in test
...
Otherwise it won't actually test the change of state.message and
it would fail to check if the user missed changing state.message
This happened to me as I had a catch-all line in `match`
2023-06-16 13:50:54 +05:30
b44472b237
Merge branch 'main' into comment_cleanup
2023-06-12 12:39:02 +02:00
d0a1783083
fix(enums3): add test for message
...
closes #1548
2023-06-08 22:14:25 +01:00
7eef5d15ee
docs: cleanup the explanation paragraphs at the start of each exercise.
2023-05-29 18:41:51 +01:00
2f821aa30d
chore: update enums3.rs addressing extra parentheses usage with tuples
2022-12-30 08:14:13 -06:00
40b1b07915
fix(enums3): add extra tuple comment
2022-12-23 16:47:48 +01:00
c6bc97adc1
feat(enums3): add hint comment, remove enums1 hint
2022-07-14 12:11:38 +02:00
3144d3ae63
chore: Run rustfmt on exercises
2020-08-10 10:24:21 -04:00
4b6540c71a
fix(enums3): Update Message::ChangeColor to take a tuple. ( #457 )
2020-07-08 11:56:43 +02:00
09e89bbcd3
Update Message::Move in the enums3 test to take a Point.
2020-05-04 18:59:23 -04:00
2cdd61294f
feat: improve watch
execution mode
...
The `watch` command now requires user action to move to the next
exercise.
BREAKING CHANGE: this changes the behavior of `watch`.
2019-11-11 16:23:35 +01:00
dc15032112
feat: Add enums exercises
2019-10-28 22:49:49 -05:00