mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused err variant (#14427)
This commit is contained in:
@ -24,9 +24,6 @@ pub enum ProviderError {
|
||||
/// RLP error.
|
||||
#[error("{_0}")]
|
||||
Rlp(alloy_rlp::Error),
|
||||
/// Filesystem path error.
|
||||
#[error("{_0}")]
|
||||
FsPathError(String),
|
||||
/// Nippy jar error.
|
||||
#[error("nippy jar error: {_0}")]
|
||||
NippyJar(String),
|
||||
|
||||
Reference in New Issue
Block a user