Skip to content

Commit fa9a9e6

Browse files
committed
fix doc-related lint
1 parent f1b5e53 commit fa9a9e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tree_interface.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,10 @@ impl TreeInterface {
463463
}
464464
}
465465

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..
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..
470470
// fn node_table(&self) -> &crate::NodeTable {
471471
// &self.nodes
472472
// }

0 commit comments

Comments
 (0)