mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: remove PartialEq+Eq from ProviderError and all others affected (#13592)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -131,7 +131,7 @@ impl From<oneshot::error::RecvError> for RequestError {
|
||||
pub type DownloadResult<T> = Result<T, DownloadError>;
|
||||
|
||||
/// The downloader error type
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Display, Error)]
|
||||
#[derive(Debug, Clone, Display, Error)]
|
||||
pub enum DownloadError {
|
||||
/* ==================== HEADER ERRORS ==================== */
|
||||
/// Header validation failed.
|
||||
|
||||
Reference in New Issue
Block a user