We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d2e18 commit ffc050aCopy full SHA for ffc050a
solana/modules/matching-engine-testing/tests/integration_tests.rs
@@ -1,7 +1,6 @@
1
#![allow(clippy::expect_used)]
2
#![allow(dead_code)]
3
#![allow(clippy::panic)]
4
-#![allow(clippy::await_holding_refcell_ref)]
5
6
use anchor_lang::AccountDeserialize;
7
use anchor_spl::token::TokenAccount;
solana/modules/matching-engine-testing/tests/utils/mod.rs
pub mod account_fixtures;
pub mod airdrop;
0 commit comments