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 c82892a commit 41739d2Copy full SHA for 41739d2
src/trees/treeseq.rs
@@ -478,9 +478,7 @@ impl TreeSequence {
478
}
479
480
/// Build a lending iterator over edge differences.
481
- pub fn edge_differences_iter(
482
- &self,
483
- ) -> crate::edge_differences::EdgeDifferencesIterator {
+ pub fn edge_differences_iter(&self) -> crate::edge_differences::EdgeDifferencesIterator {
484
crate::edge_differences::EdgeDifferencesIterator::new(self)
485
486
0 commit comments