Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Replace once(x).chain(once(y)) with [x, y] IntoIter #34

@cargodog

Description

@cargodog

Currently, the code has several instances of this, which can be replaced with the simpler IntoIter::new([x, y]) syntax. See:
rust-lang/rust#77514

Metadata

Metadata

Assignees

Labels

wontfixThis will not be worked on

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions