Skip to content

Commit ac8d1e3

Browse files
committed
rust formatting: deleted 2 empty lines
1 parent 7ebf719 commit ac8d1e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,13 +664,11 @@ fn test_string_iterator_contain_str_slice() {
664664
assert!(!["a".to_owned(), "b".to_owned(), "c".to_owned()].iter().contain(&"d"));
665665
}
666666

667-
668667
#[test]
669668
fn test_edge_case_handling_iterator_with_large_number_of_elements() {
670669
assert!((1..1000).contain(500i32));
671670
}
672671

673-
674672
// just tests by whether or not this compiles
675673
fn _empty_impl_all_auto_traits<T>() {
676674
use std::panic::{RefUnwindSafe, UnwindSafe};

0 commit comments

Comments
 (0)