Merge remote-tracking branch 'origin/master' into no_std
This commit is contained in:
@@ -45,7 +45,7 @@ pub enum CtonError {
|
||||
pub type CtonResult = Result<(), CtonError>;
|
||||
|
||||
impl From<verifier::Error> for CtonError {
|
||||
fn from(e: verifier::Error) -> CtonError {
|
||||
fn from(e: verifier::Error) -> Self {
|
||||
CtonError::Verifier(e)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user