Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
wizAmit committed May 22, 2019
2 parents 9309447 + fd15405 commit bcfd1f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/tests/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit bcfd1f3

Please sign in to comment.