Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Jan 13, 2025
1 parent 3bd0e04 commit 6319b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/src/node/inner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use tokio::sync::RwLock;

impl InMemoryNodeInner {
// TODO: Bake in Arc<RwLock<_>> into the struct itself
#[allow(clippy::type_complexity)]
pub fn init(
fork: Option<ForkDetails>,
fee_input_provider: TestNodeFeeInputProvider,
Expand Down

0 comments on commit 6319b99

Please sign in to comment.