100-exercises-to-learn-rust/exercises
LOGI 5660a2f7a8
Some checks failed
CI / build (push) Has been cancelled
CI / formatter (push) Has been cancelled
fix(typo): a module name in comments (#102)
The output of the compiler does not include the module name of the `Ticket` struct and the root module of this exercise is `visibility` rather than `encapsulation` which is the root module of the next exercise.
2024-06-27 11:35:11 +02:00
..
01_intro Grammar typo (#7) 2024-05-17 16:59:04 +02:00
02_basic_calculator Formatter (#51) 2024-05-24 17:00:03 +02:00
03_ticket_v1 fix(typo): a module name in comments (#102) 2024-06-27 11:35:11 +02:00
04_traits Change test to require impl (#87) 2024-06-20 10:21:14 +02:00
05_ticket_v2 Formatter (#51) 2024-05-24 17:00:03 +02:00
06_ticket_management fix: fix a typo (#103) 2024-06-27 11:34:02 +02:00
07_threads Add a TODO to make things more explicit. 2024-05-28 11:18:27 +02:00
08_futures Formatter (#51) 2024-05-24 17:00:03 +02:00