We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3331c commit 0955dc5Copy full SHA for 0955dc5
src/libcoretest/slice.rs
@@ -33,6 +33,3 @@ fn binary_search_not_found() {
33
let b = [1, 2, 4, 5, 6, 8];
34
assert!(b.binary_search_by(|v| v.cmp(&9)) == Err(6));
35
}
36
-
37
-#[test]
38
-}
0 commit comments