1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
fdada8b3d4 chore: Update errors5.rs exercise to be consistent with solution
In errors5.rs, there are two lines of a pattern matching block for which the order is reversed between the exercise file and the solution file. Since these lines are not changed as part of the exercise, this commit updates the exercise to make the order of the lines consistent with the solution, so that users will focus only on the lines that change between the exercise and the solution.
2024-07-05 16:04:07 -04:00
b87aa98634 Fix warnings 2024-07-04 13:38:35 +02:00
d54c050985 Improve a comment in errors2 2024-07-04 13:03:05 +02:00
b1daea1fe8 errors6 solution 2024-06-27 01:12:50 +02:00
129884aff7 errors5 solution 2024-06-26 18:21:19 +02:00
9b7a5c041e errors4 solution 2024-06-26 15:54:18 +02:00
c46d8bdf95 errors3 solution 2024-06-26 15:44:33 +02:00
050a23ce67 errors2 solution 2024-06-26 15:36:14 +02:00
2afe6b38d3 Fix tests 2024-06-26 15:12:58 +02:00
097f3c74ea errors1 solution 2024-06-26 15:06:29 +02:00
3bb71c6b0c Remove unneeded pub 2024-05-22 15:04:12 +02:00
2f810a4da6 Clean up and unify exercises 2024-04-17 23:34:27 +02:00
cb9f1ac9ce Require a main function in all exercises 2024-04-17 22:46:21 +02:00
fa1f239a70 Remove "I AM NOT DONE" and the verify mode and add AppState 2024-04-11 02:51:02 +02:00
64d95837e9 Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00