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 e92da3d commit 2087128Copy full SHA for 2087128
asyncgit/src/error.rs
@@ -85,6 +85,7 @@ pub enum Error {
85
#[error("git hook error: {0}")]
86
Hooks(#[from] git2_hooks::HooksError),
87
88
+ ///
89
#[error("sign builder error: {0}")]
90
SignBuilder(#[from] crate::sync::sign::SignBuilderError),
91
0 commit comments