diff --git a/src/profile/identity.rs b/src/profile/identity.rs index 4b7c53b6..12755399 100644 --- a/src/profile/identity.rs +++ b/src/profile/identity.rs @@ -135,7 +135,7 @@ impl Identity { pem, }); } - Err(e) => todo!("{:?}", e.to_string()), + Err(e) => todo!("{e}"), } } None