File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ pub mod main_worktree {
62
62
///
63
63
/// Note that this is a no-op if the remote was empty, leaving this repository empty as well. This can be validated by checking
64
64
/// if the `head()` of the returned repository is not unborn.
65
- pub fn main_worktree < P , SubP > (
65
+ pub fn main_worktree < P > (
66
66
& mut self ,
67
67
mut progress : P ,
68
68
should_interrupt : & AtomicBool ,
69
69
) -> Result < ( Repository , gix_worktree_state:: checkout:: Outcome ) , Error >
70
70
where
71
- P : gix_features:: progress:: NestedProgress < SubProgress = SubP > ,
72
- SubP : gix_features:: progress:: NestedProgress + ' static ,
71
+ P : gix_features:: progress:: NestedProgress ,
72
+ P :: SubProgress : gix_features:: progress:: NestedProgress + ' static ,
73
73
{
74
74
self . main_worktree_inner ( & mut progress, should_interrupt)
75
75
}
You can’t perform that action at this time.
0 commit comments