30cd73aa63ce74201452aee2ea66f436b5fa000b
if let bindings
Replaces nested `if let` statements with sequential `if let` bindings, improving readability. This change is applied to `Dumper::log_bound`, `LambdaCollector::visit_bound`, `Environment::call_object_method`, and `Environment::call_lambda`.
Description
No description provided
Languages
Rust
100%