FIXME: committing this just to test the check format job

This commit is contained in:
2025-12-12 13:31:40 -06:00
parent 34662a99cd
commit 5cd318bc9f

View File

@@ -718,7 +718,9 @@ mod test {
for (a, b, ordering) in cpvs.iter().copied().map(|(a, b, ordering)| { for (a, b, ordering) in cpvs.iter().copied().map(|(a, b, ordering)| {
( (
Cpv::parser().parse_finished(InputIter::new(a)).unwrap(), Cpv::parser().parse_finished(InputIter::new(a)).unwrap(),
Cpv::parser().parse_finished(InputIter::new(b)).unwrap(), Cpv::parser()
.parse_finished(InputIter::new(b))
.unwrap(),
ordering, ordering,
) )
}) { }) {