Skip to content

Commit bc1390f

Browse files
committed
fix
1 parent f0afe50 commit bc1390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/individual_table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl PartialEq<IndividualTableRowView<'_>> for IndividualTableRow {
8282
}
8383
}
8484

85-
impl tskit::StreamingIterator for IndividualTableRowView<'_> {
85+
impl crate::StreamingIterator for IndividualTableRowView<'_> {
8686
type Item = Self;
8787

8888
row_lending_iterator_get!();

0 commit comments

Comments
 (0)