Skip to content

Commit b29405f

Browse files
committed
Remove superfluous trait bound
1 parent d5381e2 commit b29405f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-object/src/tree/ref_iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl<'a> TreeRef<'a> {
5656
///
5757
pub fn lookup_entry<I, P>(
5858
&self,
59-
odb: impl crate::Find + crate::FindExt,
59+
odb: impl crate::FindExt,
6060
buffer: &'a mut Vec<u8>,
6161
path: I,
6262
) -> Result<Option<tree::Entry>, Error>

0 commit comments

Comments
 (0)