ruff
675a5af8 - [red-knot] Use `Vec` in `CallArguments`; reuse `self` when we can (#17793)

Commit
133 days ago
[red-knot] Use `Vec` in `CallArguments`; reuse `self` when we can (#17793) Quick follow-on to #17788. If there is no bound `self` parameter, we can reuse the existing `CallArgument{,Type}s`, and we can use a straight `Vec` instead of a `VecDeque`.
Author
Parents
Loading