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 8a7c12b commit dac6cd7Copy full SHA for dac6cd7
library/core/tests/iter/traits/iterator.rs
@@ -676,11 +676,6 @@ fn test_string_iterator_contains_str_slice() {
676
assert!(!["a".to_owned(), "b".to_owned(), "c".to_owned()].iter().contains(&"d"));
677
}
678
679
-#[test]
680
-fn test_edge_case_handling_iterator_with_large_number_of_elements() {
681
- assert!((1..1000).contains(500i32));
682
-}
683
-
684
// just tests by whether or not this compiles
685
fn _empty_impl_all_auto_traits<T>() {
686
use std::panic::{RefUnwindSafe, UnwindSafe};
0 commit comments