diff --git a/ethers-core/src/types/chain.rs b/ethers-core/src/types/chain.rs index 1a0c5269..1c8aa41d 100644 --- a/ethers-core/src/types/chain.rs +++ b/ethers-core/src/types/chain.rs @@ -5,7 +5,7 @@ use core::convert::TryFrom; use std::{convert::TryInto, default, fmt, str::FromStr}; use crate::types::U256; -use strum::{EnumVariantNames}; +use strum::EnumVariantNames; #[derive(Debug, Clone, Error)] #[error("Failed to parse chain: {0}")]