Skip to content

Commit bc1ac81

Browse files
committed
fix clippy
Signed-off-by: Ping Yu <yuping@pingcap.com>
1 parent 1f546e1 commit bc1ac81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transaction/requests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ impl Process<kvrpcpb::TxnHeartBeatResponse> for DefaultProcessor {
643643
}
644644
}
645645

646+
#[allow(clippy::too_many_arguments)]
646647
pub fn new_check_txn_status_request(
647648
primary_key: Vec<u8>,
648649
lock_ts: u64,

0 commit comments

Comments
 (0)