We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5381e2 commit b29405fCopy full SHA for b29405f
gix-object/src/tree/ref_iter.rs
@@ -56,7 +56,7 @@ impl<'a> TreeRef<'a> {
56
///
57
pub fn lookup_entry<I, P>(
58
&self,
59
- odb: impl crate::Find + crate::FindExt,
+ odb: impl crate::FindExt,
60
buffer: &'a mut Vec<u8>,
61
path: I,
62
) -> Result<Option<tree::Entry>, Error>
0 commit comments