diff --git a/crates/binstalk-fetchers/src/lib.rs b/crates/binstalk-fetchers/src/lib.rs index 688bfbbb..ea5b7a28 100644 --- a/crates/binstalk-fetchers/src/lib.rs +++ b/crates/binstalk-fetchers/src/lib.rs @@ -41,7 +41,6 @@ pub struct InvalidPkgFmtError { #[derive(Debug, ThisError, miette::Diagnostic)] #[non_exhaustive] -#[cfg_attr(feature = "miette", derive(miette::Diagnostic))] pub enum FetchError { #[error(transparent)] Download(#[from] DownloadError),