Skip to content

Commit f226275

Browse files
committed
raison detre
1 parent 1ccc0c5 commit f226275

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_edge_difference_iteration.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ fn make_treeseq() -> tskit::TreeSequence {
5656
.unwrap()
5757
}
5858

59+
// A fundamental property of iterators is that their Items
60+
// are collectible into objects that are valid to use later.
5961
#[test]
6062
fn test_collect_edge_diff_iterators() {
6163
let ts = make_treeseq();

0 commit comments

Comments
 (0)