Skip to content

Commit 00c31ac

Browse files
Test WithPosition specializations
1 parent 08a5f7e commit 00c31ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/specializations.rs

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ where
7272
}
7373

7474
quickcheck! {
75+
fn with_position(v: Vec<u8>) -> () {
76+
test_specializations(&v.iter().with_position());
77+
}
78+
7579
fn tuple_combinations(v: Vec<u8>) -> () {
7680
let mut v = v;
7781
v.truncate(10);

0 commit comments

Comments
 (0)