Skip to content

Commit

Permalink
Remove superfluous comments
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Jan 18, 2024
1 parent 61ae850 commit 4668d6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aries/aries_vcx/src/errors/mapping_others.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,12 @@ impl From<did_key::error::DidKeyError> for AriesVcxError {
}
}

// map UriWrapperError
impl From<UriWrapperError> for AriesVcxError {
fn from(err: UriWrapperError) -> Self {
AriesVcxError::from_msg(AriesVcxErrorKind::InvalidInput, err.to_string())
}
}

// TODO
impl From<AriesVcxCoreError> for AriesVcxError {
fn from(err: AriesVcxCoreError) -> Self {
let kind = match err.kind() {
Expand Down

0 comments on commit 4668d6d

Please sign in to comment.