Closed shuoli84 closed 1 year ago
Not sure whether just me. I just clone and run cargo test. Environment: mac m1.
---- iter::tests::lines_exact_size_iter_04 stdout ---- thread 'iter::tests::lines_exact_size_iter_04' panicked at 'assertion failed: `(left == right)` left: `6`, right: `5`', src/iter.rs:2460:13 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Thanks for the issue report! This is known, and addressed by #70, which I'll be merging today.
Not sure whether just me. I just clone and run cargo test. Environment: mac m1.