Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use split borrows for locked iteration for PyList
Inline ListIterImpl implementations by using split borrows and destructuring let Self { .. } = self destructuring inside BoundListIterator impls. Signed-off-by: Manos Pitsidianakis <[email protected]>
- Loading branch information