We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9fa96 commit fd2593cCopy full SHA for fd2593c
gix-revision/src/graph/errors.rs
@@ -14,7 +14,7 @@ pub mod lookup {
14
#[derive(Debug, thiserror::Error)]
15
#[allow(missing_docs)]
16
pub enum Error {
17
- #[error("There was an error looking up a commit")]
+ #[error(transparent)]
18
Find(#[from] crate::graph::lookup::Error),
19
#[error(transparent)]
20
ToOwned(#[from] crate::graph::commit::to_owned::Error),
0 commit comments