Skip to content

Commit 1c6e4ae

Browse files
cruesslerByron
authored andcommitted
Remove superfluous trait bound
1 parent 7e66a4a commit 1c6e4ae

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)