book
book copied to clipboard
Fix Listing 19-10 for ch19-02-refutability chapter
The listing is supposed to show why it doesn't make sense to use "if let" with an irrefutable pattern. Currently the live book is showing a "let else" which could cause confusion for readers. For example: https://doc.rust-lang.org/book/ch19-02-refutability.html#listing-19-10. This commit should fix the confusion.