fix '$skip_max_list'/4 (#1260)

This commit is contained in:
Mark Thom
2022-02-04 21:51:22 -07:00
parent 3c022e4332
commit 7b8001d060
2 changed files with 24 additions and 8 deletions

View File

@@ -372,7 +372,7 @@ impl<'a> HeapPStrIter<'a> {
match self.brent_st.step(next_hare) {
Some(cycle_result) => {
debug_assert!(match cycle_result {
CycleSearchResult::Cyclic(_) => true,
CycleSearchResult::Cyclic(..) => true,
_ => false,
});