Replace #[async_trait] with ->imp for traits in rpc_testing_util (#6757)

This commit is contained in:
Abner Zheng
2024-02-24 00:45:38 +08:00
committed by GitHub
parent 34402caeee
commit be1ebeea62
4 changed files with 10 additions and 14 deletions

1
Cargo.lock generated
View File

@@ -6732,7 +6732,6 @@ dependencies = [
name = "reth-rpc-api-testing-util"
version = "0.1.0-alpha.19"
dependencies = [
"async-trait",
"futures",
"jsonrpsee",
"reth-primitives",