Skip to content

Move IntoIter iterator into its own module - #666

Merged
alejandro-vaz merged 2 commits into
servo:v2from
Kxrma47:refactor/intoiter-iterator-module
Sep 23, 2026
Merged

alejandro-vaz merged 2 commits into
servo:v2from
Kxrma47:refactor/intoiter-iterator-module

Conversation

@Kxrma47

@Kxrma47 Kxrma47 commented Sep 23, 2026

Copy link
Copy Markdown
Contributor

Moves IntoIter and its implementations from lib.rs to src/iterators/intoiter.rs.

Signed-off-by: Mahidul Haque <114881854+Kxrma47@users.noreply.github.com>
@alejandro-vaz

Copy link
Copy Markdown
Collaborator

CI complains about a private field

Signed-off-by: Mahidul Haque <114881854+Kxrma47@users.noreply.github.com>
@Kxrma47

Kxrma47 commented Sep 23, 2026

Copy link
Copy Markdown
Contributor Author

Fixed in 16a0686 by keeping the state update inside the IntoIter module; all CI checks now pass.

@alejandro-vaz

Copy link
Copy Markdown
Collaborator

new CI works really well btw

@alejandro-vaz
alejandro-vaz added this pull request to the merge queue Sep 23, 2026
Merged via the queue into servo:v2 with commit a6cb9bb Sep 23, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants