ruff
675a5af8
- [red-knot] Use `Vec` in `CallArguments`; reuse `self` when we can (#17793)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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`.
References
#17793 - [red-knot] Use `Vec` in `CallArguments`; reuse `self` when we can
Author
dcreager
Parents
ea3f4ac0
Loading