FIXME: committing this just to test the check format job
This commit is contained in:
@@ -718,7 +718,9 @@ mod test {
|
||||
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(b)).unwrap(),
|
||||
Cpv::parser()
|
||||
.parse_finished(InputIter::new(b))
|
||||
.unwrap(),
|
||||
ordering,
|
||||
)
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user