diff options
Diffstat (limited to 'vendor/gix-negotiate/src/lib.rs')
-rw-r--r-- | vendor/gix-negotiate/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-negotiate/src/lib.rs b/vendor/gix-negotiate/src/lib.rs index 24b76cf69..bb488816f 100644 --- a/vendor/gix-negotiate/src/lib.rs +++ b/vendor/gix-negotiate/src/lib.rs @@ -144,4 +144,4 @@ pub trait Negotiator { } /// An error that happened during any of the methods on a [`Negotiator`]. -pub type Error = gix_revwalk::graph::lookup::commit::Error; +pub type Error = gix_revwalk::graph::try_lookup_or_insert_default::Error; |