cargo fmt and clippy

This commit is contained in:
jonesmarvin8
2025-12-23 17:31:03 -05:00
parent 56151e9d3d
commit c25e93edd5
3 changed files with 32 additions and 36 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ borsh.workspace = true
serde = { workspace = true }
thiserror.workspace = true
chacha20 = { version = "0.9", default-features = false }
bytemuck = { workspace = true, optional = true }
bytemuck.workspace = true
k256 = { workspace = true, optional = true }
base58 = { workspace = true, optional = true }
anyhow = { workspace = true, optional = true }
+2 -2
View File
@@ -264,7 +264,6 @@ impl V02State {
#[cfg(test)]
pub mod tests {
use std::collections::HashMap;
use nssa_core::{
@@ -284,7 +283,8 @@ pub mod tests {
message::Message,
witness_set::WitnessSet,
},
program::Program, public_transaction,
program::Program,
public_transaction,
signature::PrivateKey,
state::MAX_NUMBER_CHAINED_CALLS,
};