Skip to content

Commit d4ed4b1

Browse files
committed
Fix docs in tree.rs re: DerefMut vs delegating.
1 parent 2613d7a commit d4ed4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trees.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ impl streaming_iterator::DoubleEndedStreamingIterator for Tree {
166166
/// assert_eq!(treeseq.edges().num_rows(), 2);
167167
/// ```
168168
///
169-
/// This type does not [`std::ops::DerefMut`] to [`crate::table_views::TableViews`]:
169+
/// This type does not delegate to mutable [`crate::table_views::TableViews`]:
170170
///
171171
/// ```compile_fail
172172
/// # let mut tables = tskit::TableCollection::new(1000.).unwrap();

0 commit comments

Comments
 (0)