Skip to content

Commit 6fe5d47

Browse files
committed
tests: Fix warnings from clippy::arc_with_non_send_sync
1 parent 7d6f157 commit 6fe5d47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

chain/ethereum/src/ethereum_adapter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2751,6 +2751,7 @@ mod tests {
27512751
// transport.set_response(block_json);
27522752
// transport.add_response(json_value);
27532753

2754+
#[allow(clippy::arc_with_non_send_sync)]
27542755
let web3 = Arc::new(Web3::new(transport.clone()));
27552756
let result = check_block_receipt_support(
27562757
web3.clone(),

0 commit comments

Comments
 (0)