chore: rm unused err variant (#14427)

This commit is contained in:
Matthias Seitz
2025-02-11 22:02:47 +01:00
committed by GitHub
parent 302aa0b901
commit fa2a571f8b

View File

@ -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),