mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-26 21:58:49 +01:00
1d9ba4c25c
The commented instructions of the exercise ask to use `No description provided` for the description field when calling `easy_ticket` with an invalid description argument. However, the unit test of that behavior compares the description to `Description not provided` instead. Previous exercises in that part also use `Description not provided`. Update the exercise 05_ticket_v2/09_error_trait instructions to use `Description not provided` as an expected default description value when calling `easy_ticket` with no description instead of `No description provided`. |
||
---|---|---|
.. | ||
00_intro | ||
01_enum | ||
02_match | ||
03_variants_with_data | ||
04_if_let | ||
05_nullability | ||
06_fallibility | ||
07_unwrap | ||
08_error_enums | ||
09_error_trait | ||
10_packages | ||
11_dependencies | ||
12_thiserror | ||
13_try_from | ||
14_source | ||
15_outro |