Skip to content

Commit 4668d6d

Browse files
committed
Remove superfluous comments
Signed-off-by: Patrik Stas <[email protected]>
1 parent 61ae850 commit 4668d6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aries/aries_vcx/src/errors/mapping_others.rs

-2
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,12 @@ impl From<did_key::error::DidKeyError> for AriesVcxError {
7676
}
7777
}
7878

79-
// map UriWrapperError
8079
impl From<UriWrapperError> for AriesVcxError {
8180
fn from(err: UriWrapperError) -> Self {
8281
AriesVcxError::from_msg(AriesVcxErrorKind::InvalidInput, err.to_string())
8382
}
8483
}
8584

86-
// TODO
8785
impl From<AriesVcxCoreError> for AriesVcxError {
8886
fn from(err: AriesVcxCoreError) -> Self {
8987
let kind = match err.kind() {

0 commit comments

Comments
 (0)