Skip to content

Commit ca395bf

Browse files
committed
doc links fixed
1 parent bd35940 commit ca395bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tree.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,8 @@ where
952952

953953
/// Creates a parallel iterator over references to the elements of the tree in **arbitrary order**.
954954
///
955-
/// Note that `par` is parallel counterpart of [`iter`].
955+
/// Note that `par` is parallel counterpart of `iter`.
956+
///
956957
/// In order to iterate over data in a particular order, please use traversers with [`walk`], [`walk_mut`]
957958
/// or [`into_walk`] methods.
958959
///
@@ -963,7 +964,6 @@ where
963964
/// Requires **orx-parallel** feature.
964965
///
965966
/// [`ParIter`]: orx_parallel::ParIter
966-
/// [`iter`]: crate::Tree::iter
967967
/// [`walk`]: crate::NodeRef::walk
968968
/// [`walk_mut`]: crate::NodeMut::walk_mut
969969
/// [`into_walk`]: crate::NodeMut::into_walk
@@ -1030,7 +1030,8 @@ where
10301030

10311031
/// Consumes the tree and creates a parallel iterator over owned elements of the tree in **arbitrary order**.
10321032
///
1033-
/// Note that `into_par` is parallel counterpart of [`into_iter`].
1033+
/// Note that `into_par` is parallel counterpart of `into_iter`.
1034+
///
10341035
/// In order to iterate over data in a particular order, please use traversers with [`walk`], [`walk_mut`]
10351036
/// or [`into_walk`] methods.
10361037
///
@@ -1041,7 +1042,6 @@ where
10411042
/// Requires **orx-parallel** feature.
10421043
///
10431044
/// [`ParIter`]: orx_parallel::ParIter
1044-
/// [`into_iter`]: crate::Tree::into_iter
10451045
/// [`walk`]: crate::NodeRef::walk
10461046
/// [`walk_mut`]: crate::NodeMut::walk_mut
10471047
/// [`into_walk`]: crate::NodeMut::into_walk

0 commit comments

Comments
 (0)