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 8e83964 commit 11c4045Copy full SHA for 11c4045
src/lib.rs
@@ -28,8 +28,7 @@ mod verify;
28
29
pub use {error::Error, sign::*, util::*, verify::*};
30
31
-t git push origin HEAD:refs/pull/61/head
32
-ype Result<T = (), E = Error> = std::result::Result<T, E>;
+type Result<T = (), E = Error> = std::result::Result<T, E>;
33
34
#[cfg(test)]
35
mod tests {
0 commit comments