100-exercises-to-learn-rust/exercises/05_ticket_v2
Loup Federico 1d9ba4c25c
Fix typo in 05_ticket_v2/09_error_trait/[...] instructions (#13)
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`.
2024-05-18 17:54:50 +02:00
..
00_intro 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
01_enum 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
02_match 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
03_variants_with_data Use &str rather than &String. 2024-05-14 14:53:55 +02:00
04_if_let 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
05_nullability 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
06_fallibility 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
07_unwrap 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
08_error_enums Fix instructions. 2024-05-14 10:05:25 +02:00
09_error_trait Fix typo in 05_ticket_v2/09_error_trait/[...] instructions (#13) 2024-05-18 17:54:50 +02:00
10_packages 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
11_dependencies 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
12_thiserror 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
13_try_from 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
14_source 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
15_outro 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00