Thomas 1 жил өмнө
parent
commit
c44f29d9c9
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      src/lib.rs

+ 1 - 2
src/lib.rs

@@ -1432,8 +1432,7 @@ mod tests {
                     }
                 }
 
-                let (_, (last_tail_sens, last_tail_chr, last_tail_pos)) = next.repr_rc();
-                let ((next_head_sens, next_head_chr, next_head_pos), _) = last.repr_rc();
+                let ((next_head_sens, next_head_chr, next_head_pos), _) = next.repr_rc();
 
                 if last_tail_chr == next_head_chr && last_tail_sens == next_head_sens {
                     let in_order = if last_tail_sens {