Skip to content

Commit c437f75

Browse files
authored
Update lib.rs, added info that needed panic messages can be found in the tests. (mainmatter#157)
1 parent f839fc0 commit c437f75

File tree

1 file changed

+1
-0
lines changed
  • exercises/03_ticket_v1/02_validation/src

1 file changed

+1
-0
lines changed

exercises/03_ticket_v1/02_validation/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ impl Ticket {
1212
// - the `title` should be at most 50 bytes long.
1313
// - the `description` should be at most 500 bytes long.
1414
// The method should panic if any of the requirements are not met.
15+
// You can find the needed panic messages in the tests.
1516
//
1617
// You'll have to use what you learned in the previous exercises,
1718
// as well as some `String` methods. Use the documentation of Rust's standard library

0 commit comments

Comments
 (0)