Skip to content

Commit f00e3ae

Browse files
committed
Add TODO
process_results is as of now tested separately because the corresponding iterator is not exposed nicely, and because it is not `Clone`. However, the respective tests already diverged. Instead of fixing process_results, we should strive to uniformly use test_specializations for ProcessResults, too.
1 parent ad5e25f commit f00e3ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/specializations.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ quickcheck! {
129129
}
130130

131131
quickcheck! {
132+
// TODO Replace this function by a normal call to test_specializations
132133
fn process_results(v: Vec<Result<u8, u8>>) -> () {
133134
helper(v.iter().copied());
134135
helper(v.iter().copied().filter(Result::is_ok));

0 commit comments

Comments
 (0)