1f5aefb21655ee17d18e87c1be2304e72e7ebb7a
The `resolve_tail_calls` function is being called twice in some execution paths, which is unnecessary and can lead to incorrect behavior. This commit removes the redundant calls and simplifies the execution flow.
Description
No description provided
Languages
Rust
100%