Skip to content

Commit 2b5337b

Browse files
Definitely something weird going on with Mac specifically
1 parent a896bc5 commit 2b5337b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_staticvec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ fn drain_iter() {
500500
];
501501
let mut v5_drain = v5.drain_iter(6..12);
502502
assert_eq!(v5_drain.len(), 6);
503+
while let Some(_x) = v5_drain.next() {}
503504
drop(v5_drain);
504505
assert_eq!(v5.len(), 10);
505506
let mut v6 = staticvec![

0 commit comments

Comments
 (0)