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 3ebb416 commit 42c42dfCopy full SHA for 42c42df
src/error.rs
@@ -34,7 +34,7 @@ pub enum Error {
34
RwLock,
35
#[error("Signature {reason}")]
36
Signature { reason: String },
37
- #[error("Verify{reason}")]
+ #[error("Verify {reason}")]
38
Verify { reason: String },
39
}
40
0 commit comments