mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Fix Rust beta compiler errors 1.78.0-beta.1 (#5439)
* remove redundant imports * fix test * contains key * fmt * Merge branch 'unstable' into fix-beta-compiler
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
use ethers_core::utils::{Anvil, AnvilInstance};
|
||||
use ethers_providers::{Http, Middleware, Provider};
|
||||
use serde_json::json;
|
||||
use std::convert::TryFrom;
|
||||
use unused_port::unused_tcp4_port;
|
||||
|
||||
/// Provides a dedicated `anvil` instance.
|
||||
|
||||
Reference in New Issue
Block a user