1
Fork 0

fix merge conflicts

This commit is contained in:
wizAmit 2019-05-22 22:55:16 +05:30
commit bcfd1f39e7

View file

@ -158,7 +158,6 @@ fn test_chunks_nth_back() {
assert_eq!(c4.nth_back(1_000_000_000usize), None);
}
#[test]
fn test_chunks_last() {
let v: &[i32] = &[0, 1, 2, 3, 4, 5];