Skip to content

Commit bcfd1f3

Browse files
committed
fix merge conflicts
2 parents 9309447 + fd15405 commit bcfd1f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/tests/slice.rs

-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ fn test_chunks_nth_back() {
158158
assert_eq!(c4.nth_back(1_000_000_000usize), None);
159159
}
160160

161-
162161
#[test]
163162
fn test_chunks_last() {
164163
let v: &[i32] = &[0, 1, 2, 3, 4, 5];

0 commit comments

Comments
 (0)