@@ -8,6 +8,7 @@ use {
yaml_rust::YamlLoader,
};
+#[allow(clippy::large_enum_variant)]
#[derive(Error, Debug)]
pub enum Error {
#[error("failed to read solana config file: ({0})")]
@@ -104,6 +104,7 @@ impl From<Vec<FundingSource>> for FundingSources {
type StakeExtras = Vec<(Keypair, Option<DateTime<Utc>>)>;
#[derive(thiserror::Error, Debug)]
#[error("I/O error")]