We can use `if let` if we have a match expression with just one pattern/arm that we care about. ```rust ```