Skip to content

Commit 4fd6553

Browse files
Test WithPosition specializations
1 parent 80f19f1 commit 4fd6553

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
@@ -74,6 +74,10 @@ where
7474
}
7575

7676
quickcheck! {
77+
fn with_position(v: Vec<u8>) -> () {
78+
test_specializations(&v.iter().with_position());
79+
}
80+
7781
fn tuple_combinations(v: Vec<u8>) -> () {
7882
let mut v = v;
7983
v.truncate(10);

0 commit comments

Comments
 (0)