File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pub mod lookup {
14
14
#[ derive( Debug , thiserror:: Error ) ]
15
15
#[ allow( missing_docs) ]
16
16
pub enum Error {
17
- #[ error( "There was an error looking up a commit" ) ]
17
+ #[ error( transparent ) ]
18
18
Find ( #[ from] crate :: graph:: lookup:: Error ) ,
19
19
#[ error( transparent) ]
20
20
ToOwned ( #[ from] crate :: graph:: commit:: to_owned:: Error ) ,
Original file line number Diff line number Diff line change @@ -119,7 +119,8 @@ pub mod collate {
119
119
Error :: Fetch (
120
120
crate :: remote:: fetch:: Error :: PackThreads ( _)
121
121
| crate :: remote:: fetch:: Error :: PackIndexVersion ( _)
122
- | crate :: remote:: fetch:: Error :: RemovePackKeepFile { .. } ,
122
+ | crate :: remote:: fetch:: Error :: RemovePackKeepFile { .. }
123
+ | crate :: remote:: fetch:: Error :: Negotiate ( _) ,
123
124
) => true ,
124
125
_ => false ,
125
126
}
You can’t perform that action at this time.
0 commit comments