fixed post-rebasing clippy issues

This commit is contained in:
Jędrzej Stuczyński
2024-03-26 11:55:28 +00:00
parent ebd1eeb38d
commit dcd3d80b24
3 changed files with 133 additions and 43 deletions
@@ -5,6 +5,7 @@ use crate::cli_helpers::{CliClient, CliClientConfig};
use std::fs;
use std::path::PathBuf;
#[cfg(feature = "cli")]
fn parse_encoded_credential_data(raw: &str) -> bs58::decode::Result<Vec<u8>> {
bs58::decode(raw).into_vec()
}