Skip to content

Commit 0955dc5

Browse files
committed
Fix syntax error in slice.rs
1 parent ce3331c commit 0955dc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libcoretest/slice.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@ fn binary_search_not_found() {
3333
let b = [1, 2, 4, 5, 6, 8];
3434
assert!(b.binary_search_by(|v| v.cmp(&9)) == Err(6));
3535
}
36-
37-
#[test]
38-
}

0 commit comments

Comments
 (0)