[this line](https://github.com/rust-lang/book/blob/main/src/ch06-03-if-let.md) ### the part i have problem with the corresponding `match` arm. The code in the `if let` block isn’t run if the value doesn’t match the pattern. after isn’t there is missing `going to`
this line
the part i have problem with
the corresponding
matcharm. The code in theif letblock isn’t run if thevalue doesn’t match the pattern.
after isn’t there is missing
going to