docs: improve doc comments
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ pub type TreeIdentifier<'a> = &'a [usize];
|
||||
/// Reference to a [`TreeItem`](crate::TreeItem) in a [`Tree`](crate::Tree)
|
||||
pub type TreeIdentifierVec = Vec<usize>;
|
||||
|
||||
/// Split a [`TreeIdentifier`] into its branch and leaf
|
||||
/// Split a [`TreeIdentifier`] into its branch and leaf.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user