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 f1b5e53 commit fa9a9e6Copy full SHA for fa9a9e6
src/tree_interface.rs
@@ -463,10 +463,10 @@ impl TreeInterface {
463
}
464
465
466
- /// Return the [`crate::NodeTable`] for this current tree
467
- /// (and the tree sequence from which it came).
468
- ///
469
- /// This is a convenience function for accessing node times, etc..
+ // /// Return the [`crate::NodeTable`] for this current tree
+ // /// (and the tree sequence from which it came).
+ // ///
+ // /// This is a convenience function for accessing node times, etc..
470
// fn node_table(&self) -> &crate::NodeTable {
471
// &self.nodes
472
// }
0 commit comments