Skip to content

Commit ffc050a

Browse files
author
Bengt Lofgren
committed
removed clippy refcell ignore
1 parent 51d2e18 commit ffc050a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

solana/modules/matching-engine-testing/tests/integration_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![allow(clippy::expect_used)]
22
#![allow(dead_code)]
33
#![allow(clippy::panic)]
4-
#![allow(clippy::await_holding_refcell_ref)]
54

65
use anchor_lang::AccountDeserialize;
76
use anchor_spl::token::TokenAccount;

solana/modules/matching-engine-testing/tests/utils/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![allow(clippy::expect_used)]
22
#![allow(dead_code)]
33
#![allow(clippy::panic)]
4-
#![allow(clippy::await_holding_refcell_ref)]
54

65
pub mod account_fixtures;
76
pub mod airdrop;

0 commit comments

Comments
 (0)