Skip to content

Commit

Permalink
Update lib.rs, added info that needed panic messages can be found in …
Browse files Browse the repository at this point in the history
…the tests. (#157)
  • Loading branch information
adalfarus authored Oct 9, 2024
1 parent f839fc0 commit c437f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/03_ticket_v1/02_validation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ impl Ticket {
// - the `title` should be at most 50 bytes long.
// - the `description` should be at most 500 bytes long.
// The method should panic if any of the requirements are not met.
// You can find the needed panic messages in the tests.
//
// You'll have to use what you learned in the previous exercises,
// as well as some `String` methods. Use the documentation of Rust's standard library
Expand Down

0 comments on commit c437f75

Please sign in to comment.