Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Yu <[email protected]>
  • Loading branch information
pingyu committed Mar 19, 2024
1 parent 1f546e1 commit bc1ac81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transaction/requests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ impl Process<kvrpcpb::TxnHeartBeatResponse> for DefaultProcessor {
}
}

#[allow(clippy::too_many_arguments)]
pub fn new_check_txn_status_request(
primary_key: Vec<u8>,
lock_ts: u64,
Expand Down

0 comments on commit bc1ac81

Please sign in to comment.