Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mx819812523 committed Sep 13, 2024
1 parent 4ea5452 commit 4a42b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rooch-oracle/src/data_process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ pub struct State {
pub context: WalletContext,
}

#[allow(clippy::needless_lifetimes)]
pub async fn execute_transaction<'a>(
action: MoveAction,
state: RwLockWriteGuard<'a, State>,
Expand Down

0 comments on commit 4a42b0c

Please sign in to comment.