We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0afe50 commit bc1390fCopy full SHA for bc1390f
src/individual_table.rs
@@ -82,7 +82,7 @@ impl PartialEq<IndividualTableRowView<'_>> for IndividualTableRow {
82
}
83
84
85
-impl tskit::StreamingIterator for IndividualTableRowView<'_> {
+impl crate::StreamingIterator for IndividualTableRowView<'_> {
86
type Item = Self;
87
88
row_lending_iterator_get!();
0 commit comments