We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172f73c commit 87f6db7Copy full SHA for 87f6db7
git-index/src/init.rs
@@ -12,7 +12,7 @@ use std::collections::VecDeque;
12
13
/// initialization
14
impl State {
15
- /// Takes in an oid of a tree object and creates and returns a [`State`][git_index::State] from its children.
+ /// Takes in an oid of a tree object and creates and returns a [`State`][crate::State] from its children.
16
pub fn from_tree<Find>(tree: &git_hash::oid, mut find: Find) -> Result<Self, breadthfirst::Error>
17
where
18
Find: for<'a> FnMut(&git_hash::oid, &'a mut Vec<u8>) -> Option<TreeRefIter<'a>>,
0 commit comments