Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit f42193e

Browse files
committed
Allow upper_case_acronyms
Signed-off-by: Joseph Livesey <joseph.livesey@btp.works>
1 parent 538b367 commit f42193e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

families/battleship/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ use std::thread::sleep;
2828
use std::time::Duration;
2929
use transaction_builder::TransactionBuilder;
3030

31+
#[allow(clippy::upper_case_acronyms)]
3132
#[derive(Deserialize, Debug)]
3233
enum TransactionState {
3334
COMMITTED,

0 commit comments

Comments
 (0)