Skip to content

Commit 2a32a8c

Browse files
committed
deleted a test that uses the function contains of a range
1 parent dac6cd7 commit 2a32a8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/iter/traits/iterator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4088,7 +4088,6 @@ pub trait Iterator {
40884088
/// assert!(!["a", "b", "c"].iter().contains(&"d"));
40894089
/// assert!(["a".to_owned(), "b".to_owned(), "c".to_owned()].iter().contains(&"b"));
40904090
/// assert!(!["a".to_owned(), "b".to_owned(), "c".to_owned()].iter().contains(&"d"));
4091-
/// assert!((1..1000).contains(500i32));
40924091
/// ```
40934092
///
40944093
#[unstable(feature = "iter_contains", reason = "new API", issue = "127494")]

0 commit comments

Comments
 (0)