mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix binstalk_fetchers::FetchError definition (#1711)
Rm useless cfg on it
This commit is contained in:
parent
5bcc243741
commit
52f172c713
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue